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