|
Neonode zForce(TM) SDK
|
This structure represents a floating protection message. More...
#include <FloatingProtectionMessage.h>
Public Attributes | |
| MessageType | MessageType |
| MessageGroup | MessageGroup |
| bool | Error |
| int | ErrorCode |
| uint64_t | SerialNumber |
| void(* | Destructor )(Message *self) |
| bool | Enabled |
| True when Floating Protection is enabled. | |
| bool | HasEnabled |
| True when Enabled is valid. | |
| uint32_t | Time |
| Floating Protection time in ms. | |
| bool | HasTime |
| True when Time is valid. | |
This structure represents a floating protection message.
This structure represents a message that configures the floating protection settings.
| void( * FloatingProtectionMessage::Destructor) (Message *self) |
Destructor.
Inherited from Message base class.
| bool FloatingProtectionMessage::Error |
If an error occurred, this is True.
Inherited from Message base class.
| int FloatingProtectionMessage::ErrorCode |
Error Code, valid when Error == true.
Inherited from Message base class.
| MessageGroup FloatingProtectionMessage::MessageGroup |
| MessageType FloatingProtectionMessage::MessageType |
| uint64_t FloatingProtectionMessage::SerialNumber |
Unique serial number for this message.
Inherited from Message base class.