IrDADeviceInfo Class

Provides information about remote devices connected by infrared communications.

Definition

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

Properties

CharacterSet Gets the character set used by the server, such as ASCII.
DeviceAddress Returns the address of the remote device.
DeviceID Provided solely for compatibility with System.Net.IrDA - consider using DeviceAddress instead.
Obsolete.
DeviceName Gets the name of the device.
Hints Gets the type of the device, such as a computer.

Methods

Equals Compares two IrDADeviceInfo instances for equality.
(Overrides ObjectEquals(Object))
Finalize
(Inherited from Object)
GetHashCode Returns the hash code for this instance.
(Overrides ObjectGetHashCode)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also

Reference

IrDADeviceInfo