|
TlsClientPayloadEndianOrder Property
|
Gets or sets the endian order to apply for encoding and decoding payload size in a
PayloadAware transmission.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax function get_PayloadEndianOrder();
function set_PayloadEndianOrder(value);
View SourceProperty Value
EndianOrderRemarks
Setting property to null will force use of little-endian encoding.
See Also