Represents an end point for an infrared connection.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| IrDAEndPoint(array<Byte>[]()[], String) | Obsolete.
Initializes a new instance of the IrDAEndPoint class.
| |
| IrDAEndPoint(IrDAAddress, String) |
Initializes a new instance of the IrDAEndPoint class.
| |
| Address |
Gets or sets an address for the device.
| |
| AddressFamily |
Gets the address family to which the endpoint belongs.
(Overrides EndPoint.AddressFamily.) | |
| Create(SocketAddress) |
Creates an IrDAEndPoint from a socket address
(Overrides EndPoint.Create(SocketAddress).) | |
| DeviceID | Obsolete.
Gets or sets an identifier for the device.
| |
| Equals(Object) |
Compares two IrDAEndPoint instances for equality.
(Overrides Object.Equals(Object).) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() |
Returns the hash code for this instance.
(Overrides Object.GetHashCode()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Serialize()()() |
Serializes endpoint information into a SocketAddress.
(Overrides EndPoint.Serialize()()().) | |
| ServiceName |
Gets or sets the name of the service.
| |
| ToString()()() |
Returns the string representation of the IrDAEndPoint.
(Overrides Object.ToString()()().) |
IrDAEndPoint