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

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0