LBM .Net API Documentation
readUInt Method (ba, pos, byteSwap)
Namespacescom.latencybusters.pdmPDMDeserializerreadUInt(array<Byte>[]()[], Int32, Boolean)
This method will use four bytes from the given byte array starting at position to create an unsigned int (stored as a long).
Declaration Syntax
C#
public virtual uint readUInt(
	byte[] ba,
	int pos,
	bool byteSwap
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the position to start reading
byteSwap (Boolean)
whether or not the bytes need to be swapped
Return Value
the unsigned int

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