LBM .Net API Documentation
LBMMonitorReceiver Constructor (formatter, formatOpts, transport, transportOpts)
Namespacescom.latencybusters.lbmLBMMonitorReceiverLBMMonitorReceiver(Int32, String, Int32, String)
Create an LBM Monitoring Receiver Controller. This creates an instance of an LBM Monitoring Receive Controller.
Declaration Syntax
C#
public LBMMonitorReceiver(
	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: 6.7.1.0