Neonode zForce(TM) SDK
HidPipeTransport.h
Go to the documentation of this file.
1 
11 #ifndef TRANSPORT_HIDPIPETRANSPORT_HIDPIPETRANSPORT_H
12 #define TRANSPORT_HIDPIPETRANSPORT_HIDPIPETRANSPORT_H
13 
14 #ifndef ZFORCECOMMON_H
15  #error Please include "zForceCommon.h" before this file.
16 #endif // ZFORCECOMMON_H
17 
30 {
32  void * Private;
33 };
34 
35 DLLINTERNAL bool HidPipeTransport_AddHidPipeTransportEntry (void);
36 
37 #endif // TRANSPORT_HIDPIPETRANSPORT_HIDPIPETRANSPORT_H
38 
Struct containing the HidPipeTransport information.
Definition: HidPipeTransport.h:29
void * Private
Private members of HidPipeTransport.
Definition: HidPipeTransport.h:32
Transport
The base Transport.
Definition: HidPipeTransport.h:31