Click or drag to resize

TransportConfigSwapBytes Property

A value of false causes DDS to serialize data in the source machine's native endianness; a value of true causes DDS to serialize data in the opposite endianness. The receiving side will adjust the data for its endianness so there is no need to match this option between machines. The purpose of this option is to allow the developer to decide which side will make the endian adjustment, if necessary. The default value is false.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public bool SwapBytes { get; set; }

Property Value

Type: Boolean
See Also