Neonode zForce(TM) SDK
PlusDevice.h
Go to the documentation of this file.
1 
11 #ifndef DEVICE_SENSORDEVICE_PLUSDEVICE_PLUSDEVICE_H
12 #define DEVICE_SENSORDEVICE_PLUSDEVICE_PLUSDEVICE_H
13 
14 #ifndef ZFORCECOMMON_H
15  #error Please include "zForceCommon.h" before this file.
16 #endif // ZFORCECOMMON_H
17 
25 struct PlusDevice
26 {
28 };
29 
44 DLLINTERNAL PlusDevice * PlusDevice_New (Connection * connection,
45  DeviceType deviceType,
46  uint32_t deviceIndex, size_t size);
47 
48 #endif // DEVICE_SENSORDEVICE_PLUSDEVICE_PLUSDEVICE_H
49 
SensorDevice
Base device.
Definition: PlusDevice.h:27
The main Connection struct.
Definition: Connection.h:56
Struct representing a PlusDevice.
Definition: PlusDevice.h:25
DeviceType
Enum describing the different device types that exists.
Definition: zForceTypes.h:77
DLLINTERNAL PlusDevice * PlusDevice_New(Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size)
Internal call used to create a new PlusDevice.