This class represents an address in the DOF network.
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 abstract class DOFAddress : DOFImmutable
The DOFAddress type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DOFAddress | Initializes a new instance of the DOFAddress class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| getAddress | Get the opaque transport-specific address information. | |
| getAddressType | Get the transport type for the specific address information. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| getTransport | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also