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
Exception | Condition |
---|---|
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |