LBM .Net API Documentation
LBMSDMRawBlob Constructor (s)
Namespacescom.latencybusters.lbm.sdmLBMSDMRawBlobLBMSDMRawBlob(String)
Create a new blob from a string. Either a basic string can be used or a hex encoded string in the form of x"0123456789abcdef" can be used. This format means byte one will be 0x01, byte two 0x23 etc
Declaration Syntax
C#
public LBMSDMRawBlob(
	string s
)
Parameters
s (String)
The string to be used for the blob

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0