UsbDeviceClasses.Irda Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.