|
UM .NET API
6.17
|
UME Source Event Deregistration Success Info class. More...
Public Member Functions | |
| UMESourceEventDeregistrationSuccessInfo () | |
| Creates a UMESourceEventDeregistrationSuccessInfo object and initializes all fields to 0/null. | |
| UMESourceEventDeregistrationSuccessInfo (int flags, uint registrationId, uint sequenceNumber, ushort storeIndex, string store) | |
| Creates a UMESourceEventDeregistrationSuccessInfo object and initializes fields to the given values. More... | |
| int | flags () |
| Returns store registration type flags. More... | |
| uint | registrationId () |
| Returns the source's registration ID. More... | |
| uint | sequenceNumber () |
| Returns the source's starting sequence number. More... | |
| ushort | storeIndex () |
| Returns the index of the store this source successfully registered to. More... | |
| string | store () |
| Returns the name (IP address) of the store registered with. More... | |
UME Source Event Deregistration Success Info class.
Retrieved with the LBMSourceEvent.deregistrationSuccessInfo() method. Contains extended deregistration success info.
| com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.UMESourceEventDeregistrationSuccessInfo | ( | int | flags, |
| uint | registrationId, | ||
| uint | sequenceNumber, | ||
| ushort | storeIndex, | ||
| string | store | ||
| ) |
Creates a UMESourceEventDeregistrationSuccessInfo object and initializes fields to the given values.
| flags | Informational flags concerning the type of store deregistration. |
| registrationId | The source's registration ID with this store (must be >= 0). |
| sequenceNumber | Starting sequence number. |
| storeIndex | Index of the store (must be >= 0). |
| store | Name of the store. |
| com.latencybusters.lbm.LBMEInvalException | UME source registration ID was < 0. |
| com.latencybusters.lbm.LBMEInvalException | UME sequence number was < 0. |
| com.latencybusters.lbm.LBMEInvalException | UME store index was < 0. |
| int com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.flags | ( | ) |
Returns store registration type flags.
| uint com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.registrationId | ( | ) |
Returns the source's registration ID.
| uint com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.sequenceNumber | ( | ) |
Returns the source's starting sequence number.
| string com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.store | ( | ) |
Returns the name (IP address) of the store registered with.
References com.latencybusters.lbm.LBM.UME_MAX_STORE_STRLEN.
| ushort com.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo.storeIndex | ( | ) |
Returns the index of the store this source successfully registered to.