LBM .Net API Documentation
toBytes Method (ser, ba, pos)
Namespacescom.latencybusters.pdmPDMMessagetoBytes(PDMSerializer, array<Byte>[]()[], Int32)
Serializes the message to an existing byte array at position
Declaration Syntax
C#
public virtual int toBytes(
	PDMSerializer ser,
	byte[] ba,
	int pos
)
Parameters
ser (PDMSerializer)
the PDMSerializer to use
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
Return Value
the updated position in the byte array after serializing this object

Assembly: lbmcspdm (Module: lbmcspdm) Version: 6.7.1.0 (1.0.0.0)