Interface UsbDeviceConfig

USB configuration info for a Palm OS device.

interface UsbDeviceConfig {
    initType: UsbInitType;
    label: string;
    productId: number;
    protocolStackType: UsbProtocolStackType;
    usbId: string;
    vendorId: number;
}

Properties

initType: UsbInitType

Device-specific initialization routine required.

label: string

Label for this type of device.

productId: number

The device's USB product ID.

protocolStackType: UsbProtocolStackType

Protocol stack to use on top of USB connection.

usbId: string

Full USB ID of the form xxxx:xxxx.

vendorId: number

The device's USB vendor ID.