UvcControlGetHandler typedef
UvcControlGetHandler =
int? Function(Pointer<libusb_device_handle> handle, UvcReqCode reqCode, int bTerminalID, int bInterfaceNumber)
Implementation
typedef UvcControlGetHandler = int? Function(
Pointer<libusb_device_handle> handle,
UvcReqCode reqCode,
int bTerminalID,
int bInterfaceNumber);