IrDAEndPointDeviceID Property

Note: This API is now obsolete.
Gets or sets an identifier for the device.

Definition

Namespace: InTheHand.Net
Assembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
[ObsoleteAttribute("Use the Address property to access the device Address.", 
	false)]
public byte[] DeviceID { get; set; }

Property Value

Byte

Exceptions

ArgumentNullException The specified byte array is null (Nothing in Visual Basic).
ArgumentOutOfRangeException The specified byte array is not four bytes long.

See Also