11 #ifndef DEVICE_SENSORDEVICE_PLUSDEVICE_PLUSDEVICE_H 12 #define DEVICE_SENSORDEVICE_PLUSDEVICE_PLUSDEVICE_H 14 #ifndef ZFORCECOMMON_H 15 #error Please include "zForceCommon.h" before this file. 16 #endif // ZFORCECOMMON_H 46 uint32_t deviceIndex,
size_t size);
48 #endif // DEVICE_SENSORDEVICE_PLUSDEVICE_PLUSDEVICE_H 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.