WriteOptions.writeLegacyIpcFormat

bool writeLegacyIpcFormat() @property

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

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.