Home > @gnaudio/jabra-js > IHidChannel
#
IHidChannel interfaceThis class is a simple wrapper for a stream of incoming HID reports from a device and a callback to output HID reports to the device.
Signature:#
PropertiesProperty | Type | Description |
---|---|---|
descriptor | IHidUsage[] | |
input | Observable<IHidReport> |
#
MethodsMethod | Description |
---|---|
getFeatureReport(usagePage, usage) | |
output(usagePage, usage, value) | |
setFeatureReport(usagePage, usage, value) |