This class represents group addresses that are used to join secure multicast groups.
Inheritance Hierarchy
org.opendof.core.oalDOFAddress
org.opendof.core.oalDOFGroupAddress
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class DOFGroupAddress : DOFAddress
The DOFGroupAddress type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DOFGroupAddress | Create a new group address from the object identifier that identifies the group.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| getAddress | (Overrides DOFAddressgetAddress.) | |
| getAddressType | (Overrides DOFAddressgetAddressType.) | |
| getGroupID | Return the group identifier associated with the address. | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| getTransport | (Overrides DOFAddressgetTransport.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
Remarks
See Also