|
Neonode zForce(TM) SDK
|
Struct representing a PlatformDevice. More...
#include <PlatformDevice.h>
Public Attributes | |
| Device | |
| Base device. | |
| bool(* | GetFingerFrequency )(PlatformDevice *self) |
| Get the current finger frequency. More... | |
| bool(* | SetFingerFrequency )(PlatformDevice *self, uint32_t frequency) |
| Set the finger frequency. More... | |
| bool(* | GetIdleFrequency )(PlatformDevice *self) |
| Get the current idle frequency. More... | |
| bool(* | SetIdleFrequency )(PlatformDevice *self, uint32_t frequency) |
| Set the idle frequency. More... | |
Struct representing a PlatformDevice.
PlatformDevice contains system-level requests, like getting the MCU Unique Identifier, etc.
| bool( * PlatformDevice::GetFingerFrequency) (PlatformDevice *self) |
Get the current finger frequency.
Get the current finger frequency.
On failure, errno is set.
| self | Pointer to the struct itself. |
| bool( * PlatformDevice::GetIdleFrequency) (PlatformDevice *self) |
Get the current idle frequency.
Get the current finger frequency.
On failure, errno is set.
| self | Pointer to the struct itself. |
| bool( * PlatformDevice::SetFingerFrequency) (PlatformDevice *self, uint32_t frequency) |
Set the finger frequency.
Set the current finger frequency.
On failure, errno is set.
| self | Pointer to the struct itself. |
| frequency | The frequency to set. |
| bool( * PlatformDevice::SetIdleFrequency) (PlatformDevice *self, uint32_t frequency) |
Set the idle frequency.
On failure, errno is set.
| self | Pointer to the struct itself. |
| frequency | The frequency to set. |
1.8.11