WebIDLpedia

SerialPortInfo dictionary

Definition

Web Serial API defines SerialPortInfo



dictionary SerialPortInfo {
  unsigned short usbVendorId;
  unsigned short usbProductId;
  BluetoothServiceUUID bluetoothServiceClassId;
};

Referring IDL interfaces/dictionaries