|
Neonode zForce(TM) SDK
|
Handles requests to the CoreDevice. More...
#include <SensorDevice.h>

Go to the source code of this file.
Classes | |
| struct | CoreDevice |
| Struct representing a CoreDevice. More... | |
Functions | |
| DLLINTERNAL CoreDevice * | CoreDevice_New (Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size) |
| Internal call used to create a new CoreDevice. More... | |
Handles requests to the CoreDevice.
CoreDevice is a specific implementation of a SensorDevice for zForce Core(TM).
| DLLINTERNAL CoreDevice* CoreDevice_New | ( | Connection * | connection, |
| DeviceType | deviceType, | ||
| uint32_t | deviceIndex, | ||
| size_t | size | ||
| ) |
Internal call used to create a new CoreDevice.
On failure, errno is set.
| connection | The Connection the Device is associated with. |
| deviceType | Which DeviceType to create. |
| deviceIndex | Which Device Index to set. |
| size | If this is used as a base class for another class, set size to non-zero. |
1.8.11