UsbDeviceClasses.Irda Property

Definition

Gets the device class object for an infrared transceiver that conforms to the IrDA class defined as per the IrDA Bridge Device Definition 1.0 specification.

public:
 static property UsbDeviceClass ^ Irda { UsbDeviceClass ^ get(); };
static UsbDeviceClass Irda();
public static UsbDeviceClass Irda { get; }
var usbDeviceClass = UsbDeviceClasses.irda;
Public Shared ReadOnly Property Irda As UsbDeviceClass

Property Value

A UsbDeviceClass object for the IrDA class.

Applies to

See also