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