The LBMHFXReceiver object is used to associate an LBMHFX object with an LBMContext. Messages are delivered by each LBMHFXReceiver to the LBMHFX object, which handles dropping duplicates and ordering messages.

C# |
public class LBMHFXReceiver

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | close()()() |
Close this receiver.
Call close(LBMOperationCompleteCallback, Object) to be informed when the delete call has completed.
|
![]() | close(LBMOperationCompleteCallback, Object) |
Close and dispose of this HFXReceiver object.
Warning: It is not safe to call this method from a context thread callback. |
![]() | dumpAttributeList()()() |
Dump receiver configuration options
|
![]() | getAttributeValue(String) |
Returns the value of a receiver-related attribute for this receiver
|
![]() | getStatistics(String) |
Return the current set of receiver transport statistics for a particular
source.
|
![]() | getStatistics(Int32) |
Return the current set of receiver transport statistics for all
sources.
|
![]() | setAttributeValue(String, String) |
Set the value of a receiver-related attribute for this receiver
|

Object | |
![]() | LBMHFXReceiver |