PropsHIDDevice extension

on

Properties

collections → Iterable<HIDCollectionInfo>

Available on HIDDevice, provided by the PropsHIDDevice extension

no setter
oninputreport ↔ EventHandlerNonNull<Event>?

Available on HIDDevice, provided by the PropsHIDDevice extension

getter/setter pair
opened → bool

Available on HIDDevice, provided by the PropsHIDDevice extension

no setter
productId → int

Available on HIDDevice, provided by the PropsHIDDevice extension

no setter
productName → String

Available on HIDDevice, provided by the PropsHIDDevice extension

no setter
vendorId → int

Available on HIDDevice, provided by the PropsHIDDevice extension

no setter

Methods

close() → Future<void>

Available on HIDDevice, provided by the PropsHIDDevice extension

forget() → Future<void>

Available on HIDDevice, provided by the PropsHIDDevice extension

open() → Future<void>

Available on HIDDevice, provided by the PropsHIDDevice extension

receiveFeatureReport(int reportId) → Future<ByteData>

Available on HIDDevice, provided by the PropsHIDDevice extension

sendFeatureReport(int reportId, dynamic data) → Future<void>

Available on HIDDevice, provided by the PropsHIDDevice extension

sendReport(int reportId, dynamic data) → Future<void>

Available on HIDDevice, provided by the PropsHIDDevice extension