|
Neonode zForce(TM) SDK
|
Brief Device base class. More...
#include <Device.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 |
| 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 * | PrivateDetectionModeData |
| Private DetectionMode Data. | |
| void(* | Destructor )(Device *self) |
| Destructor. More... | |
| void( * Device::Destructor) (Device *self) |
Destructor.
Destructs the Device and all base structs.
| self | Pointer to the struct itself. |
| uint32_t Device::DeviceIndex |
Which Device Index this device has.
1.8.11