LBM .Net API Documentation
writeUInt Method (ba, pos, i)
Namespacescom.latencybusters.pdmPDMSerializerwriteUInt(array<Byte>[]()[], Int32, UInt32)
Writes the unsigned int (long) as 4 bytes into the byte array at position
Declaration Syntax
C#
public virtual int writeUInt(
	byte[] ba,
	int pos,
	uint i
)
Parameters
ba (array< Byte >[]()[])
the byte array
pos (Int32)
the starting position
i (UInt32)
the uint to write
Return Value
the updated position in the byte array after the write

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