LBM .Net API Documentation
format Method (buf, offset, v)
Namespacescom.latencybusters.lbm.sdmLBMSDMRawUint32format(array<Byte>[]()[], Int32, UInt32)
Format a uint32 value into a byte buffer
Declaration Syntax
C#
public static int format(
	byte[] buf,
	int offset,
	uint v
)
Parameters
buf (array< Byte >[]()[])
The buffer to contain the formatted value
offset (Int32)
The offset in to the buffer to start formatting
v (UInt32)
The value of the uint32 to be formatted
Return Value
The offset after formatting the int

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0