LBM .Net API Documentation
readULong Method (ba, pos)
Namespacescom.latencybusters.pdmPDMDeserializerreadULong(array<Byte>[]()[], Int32)
This method will use eight bytes from the given byte array starting at position to create an unsigned long (stored in a BigInteger).
Declaration Syntax
C#
public virtual ulong readULong(
	byte[] ba,
	int pos
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the position to start reading
Return Value
the unsigned long

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