LBM .Net API Documentation
toBytes Method (ser, ba, pos)
Namespacescom.latencybusters.pdmPDMDefinitiontoBytes(PDMSerializer, array<Byte>[]()[], Int32)
Serialize the {@link PDMDefinition} to an existing byte array
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 to serialize into
pos (Int32)
the position to start at in the byte array
Return Value
the updated position after serializing this object

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