| UM .NET API
    6.17
    | 
LBM New Transport Info class. More...
| Public Member Functions | |
| LBMNewTransportInfo () | |
| Creates an LBMNewTransportInfo object and initializes all values to 0. | |
| uint | flags () | 
| Currently unused.  More... | |
| void | setFlags (uint flags) | 
| Currently unused.  More... | |
| LBMTransportSourceInfo | getTransportSourceInfo () | 
| Returns an object that contains a description of the transport.  More... | |
| void | setTransportSourceInfo (LBMTransportSourceInfo transportSourceInfo) | 
| Sets the transport source information object.  More... | |
| String | getSourceString () | 
| Returns an object that contains a source string.  More... | |
| void | setSourceString (String sourceString) | 
| Sets the source string.  More... | |
LBM New Transport Info class.
Holds infomration that is passed up as part of the transport mapping callback function.
| uint com.latencybusters.lbm.LBMNewTransportInfo.flags | ( | ) | 
Currently unused.
| String com.latencybusters.lbm.LBMNewTransportInfo.getSourceString | ( | ) | 
Returns an object that contains a source string.
| LBMTransportSourceInfo com.latencybusters.lbm.LBMNewTransportInfo.getTransportSourceInfo | ( | ) | 
Returns an object that contains a description of the transport.
| void com.latencybusters.lbm.LBMNewTransportInfo.setFlags | ( | uint | flags | ) | 
Currently unused.
| flags | Flags. | 
Referenced by com.latencybusters.lbm.LBMContext.removeSourceNotifyCallback().
| void com.latencybusters.lbm.LBMNewTransportInfo.setSourceString | ( | String | sourceString | ) | 
Sets the source string.
| sourceString | A string representing the source | 
Referenced by com.latencybusters.lbm.LBMContext.removeSourceNotifyCallback().
| void com.latencybusters.lbm.LBMNewTransportInfo.setTransportSourceInfo | ( | LBMTransportSourceInfo | transportSourceInfo | ) | 
Sets the transport source information object.
| transportSourceInfo | An LBMTransportSourceInfo object | 
Referenced by com.latencybusters.lbm.LBMContext.removeSourceNotifyCallback().