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 
58 DLLINTERNAL bool HidPipeTransport_AddHidPipeTransportEntry (void);
59 
60 #endif // TRANSPORT_HIDPIPETRANSPORT_HIDPIPETRANSPORT_H
61 
Struct containing the HidPipeTransport information.
Definition: HidPipeTransport.h:29
DLLINTERNAL bool HidPipeTransport_AddHidPipeTransportEntry(void)
Internal call to add a HidPipeTransport to the list of available transports.
void * Private
Private members of HidPipeTransport.
Definition: HidPipeTransport.h:32
Transport
The base Transport.
Definition: HidPipeTransport.h:31