WriteOptions.writeLegacyIpcFormat

bool writeLegacyIpcFormat() @property nothrow

Get writeLegacyIpcFormat property.

Returns

Whether to write the pre-0.15.0 encapsulated IPC message format

consisting of a 4-byte prefix instead of 8 byte.

void writeLegacyIpcFormat(bool propval) @property nothrow

Set writeLegacyIpcFormat property.

Parameters

propvalWhether to write the pre-0.15.0 encapsulated IPC message format consisting of a 4-byte prefix instead of 8 byte.