LBM .Net API Documentation
LBMHFX Constructor (attr, topic, cb)
Namespacescom.latencybusters.lbmLBMHFXLBMHFX(LBMHFXAttributes, String, LBMReceiverCallback)
Instantiate an LBMHFX object using user-specified attributes.
Declaration Syntax
C#
public LBMHFX(
	LBMHFXAttributes attr,
	string topic,
	LBMReceiverCallback cb
)
Parameters
attr (LBMHFXAttributes)
A set of attributes that determine the behavior of the LBMHFX to be created
topic (String)
The topic to be used for receivers created using this HFX object.
cb (LBMReceiverCallback)
The callback to be invoked for messages received by this HFX object.
Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 5.3.6.0