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