IrDAEndPointDeviceID Property
Note: This API is now obsolete.
Gets or sets an identifier for the device.
Namespace: InTheHand.NetAssembly: InTheHand.Net.IrDA (in InTheHand.Net.IrDA.dll) Version: 4.0.2+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
[ObsoleteAttribute("Use the Address property to access the device Address.",
false)]
public byte[] DeviceID { get; set; }
<ObsoleteAttribute("Use the Address property to access the device Address.",
false)>
Public Property DeviceID As Byte()
Get
Set
public:
[ObsoleteAttribute(L"Use the Address property to access the device Address.",
false)]
property array<unsigned char>^ DeviceID {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
[<ObsoleteAttribute("Use the Address property to access the device Address.",
false)>]
member DeviceID : byte[] with get, set
Property Value
Byte