IrDAEndPoint Class

Represents an end point for an infrared connection.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public class IrDAEndPoint : EndPoint
Inheritance
EndPoint    IrDAEndPoint

Constructors

IrDAEndPoint(Byte, String) Initializes a new instance of the IrDAEndPoint class.
Obsolete.
IrDAEndPoint(IrDAAddress, String) Initializes a new instance of the IrDAEndPoint class.

Properties

Address Gets or sets an address for the device.
AddressFamily Gets the address family to which the endpoint belongs.
DeviceID Gets or sets an identifier for the device.
Obsolete.
ServiceName Gets or sets the name of the service.

Methods

Create 
Equals Compares two IrDAEndPoint instances for equality.
GetHashCode Returns the hash code for this instance.
Serialize 
ToString Returns the string representation of the IrDAEndPoint.

See Also

Reference

IrDAEndPoint