Neonode zForce(TM) SDK
Public Attributes | List of all members
LightingDevice Struct Reference

Struct representing a LightingDevice. More...

#include <LightingDevice.h>

Collaboration diagram for LightingDevice:
Collaboration graph
[legend]

Public Attributes

zForcezForce
 Pointer to zForce.
 
ConnectionConnection
 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...
 

Detailed Description

Struct representing a LightingDevice.

Struct representing a LightingDevice.

Member Data Documentation

◆ Destructor

void( * LightingDevice::Destructor) (Device *self)

Destructor.

Destructs the Device and all base structs.

Inherited from Device base class.

Parameters
selfPointer to the struct itself.
Returns
No return value.

The documentation for this struct was generated from the following file: