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

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0