HID/HostDevice.h
Go to the documentation of this file.
65 using MountCallback = Delegate<HostDevice*(const HostInterface::Instance& inst, const Report& report)>;
void onMount(MountCallback callback)
Application should call this method to receive device connection notifications.
Definition: HID/HostDevice.h:31
Definition: HID/HostDevice.h:27
void reportReceived(const Report &report)
Definition: HID/HostDevice.h:48
void onUnmount(UnmountCallback callback)
Application should call this method to receive device disconnection notifications.
Definition: Libraries/USB/src/USB/HID/Device.h:24
unsigned parse(tuh_hid_report_info_t report_info_arr[], unsigned arr_count) const
1.8.13