LBM .Net API Documentation
LBMSDMRawBlob Constructor (b, offset, size)
Namespacescom.latencybusters.lbm.sdmLBMSDMRawBlobLBMSDMRawBlob(array<Byte>[]()[], Int32, Int32)
Create a new blob from a part of an existing byte array
Declaration Syntax
C#
public LBMSDMRawBlob(
	byte[] b,
	int offset,
	int size
)
Parameters
b (array< Byte >[]()[])
The buffer to be used for the blob
offset (Int32)
The offset in the buffer to start copying from
size (Int32)
The size of the block to be copied

Assembly: lbmcssdm (Module: lbmcssdm) Version: 5.3.6.0