11 #ifndef DEVICE_SENSORDEVICE_AIRDEVICE_AIRDEVICE_H 12 #define DEVICE_SENSORDEVICE_AIRDEVICE_AIRDEVICE_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_AIRDEVICE_AIRDEVICE_H The main Connection struct.
Definition: Connection.h:56
DLLINTERNAL AirDevice * AirDevice_New(Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size)
Internal call used to create a new AirDevice.
SensorDevice
Base device.
Definition: AirDevice.h:27
DeviceType
Enum describing the different device types that exists.
Definition: zForceTypes.h:77
Struct representing an AirDevice.
Definition: AirDevice.h:25