C API for BALTECH SDK
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 
17 
34 BRP_LIB brp_protocol brp_create_usb_hid(long long snr);
35 
36 
37 #endif
38  // end of defgroup brp_lib
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'...
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...