|
PayloadAddHeader Method
|
Adds header containing the marker to the payload in the buffer for "Payload-Aware" transmission.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax static member AddHeader :
buffer : byte[] byref *
offset : int byref *
length : int byref *
marker : byte[] *
endianOrder : EndianOrder -> unit
GSF.Communication.Payload.AddHeader = function(buffer, offset, length, marker, endianOrder);
View SourceParameters
- buffer Byte
- The buffer containing the payload.
- offset Int32
- The offset in the buffer at which the payload starts.
- length Int32
- The length of the payload in the buffer starting at the offset.
- marker Byte
- The byte sequence used to mark the beginning of the payload in a "Payload-Aware" transmissions.
- endianOrder EndianOrder
- The endian order to apply to payload size encoding.
See Also