Click or drag to resize

TransportConfig Properties

The TransportConfig type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the configuration unique name.
Public propertyPassiveConnectDuration
Timeout (milliseconds) for initial passive connection establishment. By default, this option waits for 60 seconds. A value of zero would wait indefnitely (not recommended).
Public propertySwapBytes
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.
Public propertyTransports
The ordered list of transport instances that this configuration will utilize.
Top
See Also