LBM .Net API Documentation
parse Method (buf)
Namespacescom.latencybusters.lbm.sdmLBMSDMessageparse(array<Byte>[]()[])
Parse a byte buffer containing a raw SDM message (as received on a socket) to fill the SDM message object. The byte buffer must be in network order
for example if the message has bad data
Declaration Syntax
C#
public virtual void parse(
	byte[] buf
)
Parameters
buf (array< Byte >[]()[])
The byte array (buffer) containing the raw SDM message to be parsed

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0