|
UM .NET API
6.17
|
LBM Source Channel Info class. More...
Public Member Functions | |
| LBMSourceChannelInfo (LBMSource source, long channel_number) | |
| Instantiate an LBM Source Channel Info object associated with a given source. More... | |
| void | close () |
| Reclaim resources associated with the underlying LBM data structures once the channel info object will no longer be used. | |
LBM Source Channel Info class.
Contains information required to send messages with channel information included.
| com.latencybusters.lbm.LBMSourceChannelInfo.LBMSourceChannelInfo | ( | LBMSource | source, |
| long | channel_number | ||
| ) |
Instantiate an LBM Source Channel Info object associated with a given source.
| source | The LBMSource object that will be used to send messages on the channel to be created. |
| channel_number | A channel number in the range 0-4294967295. |
References com.latencybusters.lbm.LBM.EOP.