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 
25 struct AirDevice
26 {
28 };
29 
44 DLLINTERNAL AirDevice * AirDevice_New (Connection * connection,
45  DeviceType deviceType,
46  uint32_t deviceIndex, size_t size);
47 
48 #endif // DEVICE_SENSORDEVICE_AIRDEVICE_AIRDEVICE_H
49 
The main Connection struct.
Definition: Connection.h:56
DLLINTERNAL AirDevice * AirDevice_New(Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size)
Internal call used to create a new AirDevice.
SensorDevice
Base device.
Definition: AirDevice.h:27
DeviceType
Enum describing the different device types that exists.
Definition: zForceTypes.h:77
Struct representing an AirDevice.
Definition: AirDevice.h:25