BALTECH SDK wrapper functions reference
usb_hid_protocol.h
Go to the documentation of this file.
1 
11 #ifndef __USBHID_CHANNEL_H__
12 #define __USBHID_CHANNEL_H__
13 
14 
15 #include "protocol.h"
16 #include "ioiter.h"
17 
18 
35 BRP_LIB brp_protocol brp_create_usb_hid(long long snr);
36 
37 
71 
72 
73 #endif
74  // end of defgroup brp_lib
This file defines the iterator API for enumerating available I/O devices.
BRP_LIB brp_protocol brp_create_usb_hid(long long snr)
Creates an (USB) HID protocol object from the connected baltech device with serialnumber 'snr'...
BRP_LIB brp_ioiter brp_ioiter_create_usb_hid(void)
Creates an iterator for enumerating USB HID devices.
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
Definition: protocol.h:34
This file primarly defines the common part of all protocol's data structures (:brp_protocol_t) and AP...
Base structure for I/O device iterators.
Definition: ioiter.h:25