LBM .Net API Documentation
parse Method (deser, ba, pos)
Namespacescom.latencybusters.pdmPDMFieldInfoparse(PDMDeserializer, array<Byte>[]()[], Int32)
Parses the byte array at position into this object
Declaration Syntax
C#
protected internal virtual int parse(
	PDMDeserializer deser,
	byte[] ba,
	int pos
)
Parameters
deser (PDMDeserializer)
the PDMDeserializer
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 parsing this object

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