LBM .Net API Documentation
toBytes Method (ser, ba, pos)
Namespacescom.latencybusters.pdmPDMFieldInfotoBytes(PDMSerializer, array<Byte>[]()[], Int32)
Serializes this object to an existing byte array at position
Declaration Syntax
C#
protected internal virtual int toBytes(
	PDMSerializer ser,
	byte[] ba,
	int pos
)
Parameters
ser (PDMSerializer)
the PDMSerializer
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position in the byte array
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)