|
UM .NET API
6.17
|
UME Source Event Deregistration Complete Info class. More...
Public Member Functions | |
| UMESourceEventDeregistrationCompleteInfo () | |
| Creates a UMESourceEventDeregistrationCompleteInfo object and initializes all fields to 0. | |
| UMESourceEventDeregistrationCompleteInfo (int flags, uint sequenceNumber) | |
| Creates a UMESourcEventDeregistrationCompleteInfo object and initializes fields to the supplied values. More... | |
| int | flags () |
| Get flags concerning this deregistration complete message. More... | |
| uint | sequenceNumber () |
| Get the starting sequence number. More... | |
UME Source Event Deregistration Complete Info class.
Contains the starting sequence number for a source returned from a UME store.
| com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.UMESourceEventDeregistrationCompleteInfo | ( | int | flags, |
| uint | sequenceNumber | ||
| ) |
Creates a UMESourcEventDeregistrationCompleteInfo object and initializes fields to the supplied values.
| flags | Informational flags. |
| sequenceNumber | Starting sequence number (must be >= 0). |
| com.latencybusters.lbm.LBMEInvalException | UME registration sequence number was < 0. |
| int com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.flags | ( | ) |
Get flags concerning this deregistration complete message.
| uint com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.sequenceNumber | ( | ) |
Get the starting sequence number.