Neonode zForce(TM) SDK
AirDevice.h
Go to the documentation of this file.
1 
11 #ifndef DEVICE_SENSORDEVICE_AIRDEVICE_AIRDEVICE_H
12 #define DEVICE_SENSORDEVICE_AIRDEVICE_AIRDEVICE_H
13 
14 #ifndef ZFORCECOMMON_H
15  #error Please include "zForceCommon.h" before this file.
16 #endif // ZFORCECOMMON_H
17 
18 struct AirDevice
19 {
21 };
22 
35 DLLINTERNAL AirDevice * AirDevice_New (Connection * connection,
36  DeviceType deviceType,
37  uint32_t deviceIndex, size_t size);
38 
39 #endif // DEVICE_SENSORDEVICE_AIRDEVICE_AIRDEVICE_H
40 
The main Connection struct.
Definition: Connection.h:43
DLLINTERNAL AirDevice * AirDevice_New(Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size)
Internal call used to create a new AirDevice.
Definition: SensorDevice.h:20
Definition: AirDevice.h:18