Neonode zForce(TM) SDK
|
Struct representing a LightingDevice. More...
#include <LightingDevice.h>
Public Attributes | |
zForce * | zForce |
Pointer to zForce. | |
Connection * | Connection |
The Connection this Device is part of. | |
DeviceType | DeviceType |
Which type of Device this is. | |
uint32_t | DeviceIndex |
Which Device Index this device has. | |
Device ** | StorageDevices |
Future: List of Storage Devices. Will change type during implementation. | |
uint32_t | NumberOfStorageDevices |
Number of Storage Devices. | |
void * | PrivateProtocolData |
Private Protocol Data. | |
void(* | Destructor )(Device *self) |
Destructor. More... | |
Struct representing a LightingDevice.
Struct representing a LightingDevice.
void( * LightingDevice::Destructor) (Device *self) |