You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand what this function should return: the low -level handle or struct usb_relay_device_info *. If the former, how to get the info (number of relays, etc.) from this handle.
Currently in my lib the handle is same as usb_relay_device_info * but this may change later?
I'd like this f() to publicly return the struct ptr, or add another f() because I need to know at least the number of relays.
In original package the command util uses only usb_relay_device_open_with_serial_number and the GUI uses only usb_relay_device_enumerate and usb_relay_device_open.
The text was updated successfully, but these errors were encountered:
I don't understand what this function should return: the low -level handle or struct usb_relay_device_info *. If the former, how to get the info (number of relays, etc.) from this handle.
Currently in my lib the handle is same as usb_relay_device_info * but this may change later?
I'd like this f() to publicly return the struct ptr, or add another f() because I need to know at least the number of relays.
In original package the command util uses only usb_relay_device_open_with_serial_number and the GUI uses only usb_relay_device_enumerate and usb_relay_device_open.
The text was updated successfully, but these errors were encountered: