UME Store Entry class.

C# |
public class UMEStoreEntry

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | UMEStoreEntry()()() |
Creates a UMEStoreEntry object and initializes all values to 0.
|
![]() | UMEStoreEntry(IPEndPoint, UInt16, UInt32) |
Creates a UMEStoreEntry object and uses supplied values for initialization. The domain ID is set to 0.
|
![]() | UMEStoreEntry(IPEndPoint, UInt16, UInt32, UInt32) |
Creates a UMEStoreEntry object and uses supplied values for initialization.
|
![]() | UMEStoreEntry(IPEndPoint, UInt16, UInt32, UInt32, String) |
Creates a UMEStoreEntry and uses supplied values for initialization.
|
![]() | address()()() |
Accessor function to get the store's address.
|
![]() | domainId()()() |
Accessor function to return the store's domain ID.
|
![]() | groupIndex()()() |
Accessor function to get the store's group index.
|
![]() | isNamed()()() |
Returns true if the store representy by this entry was specified by name.
|
![]() | name()()() |
Returns the name of the store represented by this entry.
|
![]() | registrationId()()() |
Accessor function to return the source's registration ID with this store.
|

Holds information about a source's registration with a UME store, including
the store's domain ID, IP address and port, group index, and the source's current
registration ID.

Object | |
![]() | UMEStoreEntry |