LBM .Net API Documentation
parse Method (deser, ba, pos)
Namespacescom.latencybusters.pdmPDMDefinitionparse(PDMDeserializer, array<Byte>[]()[], Int32)
Parses an existing byte array into this object
Declaration Syntax
C#
public virtual int parse(
	PDMDeserializer deser,
	byte[] ba,
	int pos
)
Parameters
deser (PDMDeserializer)
the PDMDeserializer to use
ba (array< Byte >[]()[])
the byte array to parse
pos (Int32)
the position to start parsing in the byte array
Return Value
the updated position after parsing this object

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