DOFGroupAddress ClassOpenDOF Object Access Library
This class represents group addresses that are used to join secure multicast groups.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodDOFGroupAddress
Create a new group address from the object identifier that identifies the group.
Top
Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodgetAddress (Overrides DOFAddressgetAddress.)
Public methodgetAddressType (Overrides DOFAddressgetAddressType.)
Public methodgetGroupID
Return the group identifier associated with the address.
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodgetTransport (Overrides DOFAddressgetTransport.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Remarks

This class represents group addresses that are used to join secure multicast groups. The configuration for connections of type Type.GROUP must use this type of address.
See Also

Reference