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 
20 {
21  Device;
22 };
23 
36 DLLINTERNAL LightingDevice * LightingDevice_New (Connection * connection,
37  DeviceType deviceType,
38  uint32_t deviceIndex,
39  size_t size);
40 
41 #endif // DEVICE_LIGHTINGDEVICE_LIGHTINGDEVICE_H
42 
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:43
Definition: LightingDevice.h:19
Brief Device base class.
Definition: Device.h:24