Neonode zForce(TM) SDK
Main Page
Modules
Classes
Files
File List
File Members
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
19
struct
LightingDevice
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
LightingDevice_New
DLLINTERNAL LightingDevice * LightingDevice_New(Connection *connection, DeviceType deviceType, uint32_t deviceIndex, size_t size)
Internal call used to create a LightingDevice.
Connection
The main Connection struct.
Definition:
Connection.h:43
LightingDevice
Definition:
LightingDevice.h:19
Device
Brief Device base class.
Definition:
Device.h:24
Generated by
1.8.11