LBM .Net API Documentation
format Method (buf, offset, v)
Namespacescom.latencybusters.lbm.sdmLBMSDMFieldUint32format(array<Byte>[]()[], Int32, Int64)
Format a raw unsigned 32 bit integer in to a byte buffer
Declaration Syntax
C#
protected internal virtual int format(
	byte[] buf,
	int offset,
	long v
)
Parameters
buf (array< Byte >[]()[])
The byte buffer to have the unsigned 32 bit integer formatted in
offset (Int32)
The offset to begin formatting in the buffer
v (Int64)
The unsigned 32 bit integer to be formatted
Return Value
The updated offset after formatting (points to an unused offset)

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0