Neonode zForce(TM) SDK
LightingDevice.h
Go to the documentation of this file.
1 
12 #ifndef DEVICE_LIGHTINGDEVICE_LIGHTINGDEVICE_H
13 #define DEVICE_LIGHTINGDEVICE_LIGHTINGDEVICE_H
14 
15 #ifndef ZFORCECOMMON_H
16  #error Please include "zForceCommon.h" before this file.
17 #endif // ZFORCECOMMON_H
18 
26 {
28 };
29 
44 DLLINTERNAL LightingDevice * LightingDevice_New (Connection * connection,
45  DeviceType deviceType,
46  uint32_t deviceIndex,
47  size_t size);
48 
49 #endif // DEVICE_LIGHTINGDEVICE_LIGHTINGDEVICE_H
50 
DLLINTERNAL LightingDevice * LightingDevice_New(Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size)
Internal call used to create a LightingDevice.
The main Connection struct.
Definition: Connection.h:56
Device
Base Device.
Definition: LightingDevice.h:27
Struct representing a LightingDevice.
Definition: LightingDevice.h:25
DeviceType
Enum describing the different device types that exists.
Definition: zForceTypes.h:77