LBM .Net API Documentation
LBMMonitorSource Constructor (formatter, formatOpts, transport, transportOpts)
Namespacescom.latencybusters.lbmLBMMonitorSourceLBMMonitorSource(Int32, String, Int32, String)
Create an LBM Monitoring Source Controller. This creates an instance of an LBM Monitoring Source Controller.
Declaration Syntax
C#
public LBMMonitorSource(
	int formatter,
	string formatOpts,
	int transport,
	string transportOpts
)
Parameters
formatter (Int32)
Format module type
formatOpts (String)
A block of data which is passed to the format module's initialization function. This may be used to pass configuration options to the format module.
transport (Int32)
Transport module type
transportOpts (String)
A block of data which is passed to the transport module's initialization function. This may be used to pass configuration options to the transport module.
Exceptions
ExceptionCondition
Unsupported format type
Unsupported transport type
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 5.3.6.0