Neonode zForce(TM) SDK
Main Page
Modules
Classes
Files
File List
File Members
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
{
20
SensorDevice
;
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
Connection
The main Connection struct.
Definition:
Connection.h:43
AirDevice_New
DLLINTERNAL AirDevice * AirDevice_New(Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size)
Internal call used to create a new AirDevice.
SensorDevice
Definition:
SensorDevice.h:20
AirDevice
Definition:
AirDevice.h:18
Generated by
1.8.11