|
TcpClientPayloadMarker Property
|
Gets or sets the byte sequence used to mark the beginning of a payload in a
PayloadAware transmission.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax function get_PayloadMarker();
function set_PayloadMarker(value);
View SourceProperty Value
ByteRemarks
Setting property to null will create a zero-length payload marker.
See Also