Neonode zForce(TM) SDK
|
Handles requests to the PlusDevice. More...
Go to the source code of this file.
Classes | |
struct | PlusDevice |
Struct representing a PlusDevice. More... | |
Functions | |
DLLINTERNAL PlusDevice * | PlusDevice_New (Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size) |
Internal call used to create a new PlusDevice. More... | |
Handles requests to the PlusDevice.
PlusDevice is a specific implementation of a SensorDevice for zForce Plus(TM).
DLLINTERNAL PlusDevice* PlusDevice_New | ( | Connection * | connection, |
DeviceType | deviceType, | ||
uint32_t | deviceIndex, | ||
size_t | size | ||
) |
Internal call used to create a new PlusDevice.
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. |