Neonode zForce(TM) SDK
|
A FloatingProtectionMessage configures the floating protection for the device. More...
Go to the source code of this file.
Classes | |
struct | FloatingProtectionMessage |
This structure represents a floating protection message. More... | |
Functions | |
DLLINTERNAL FloatingProtectionMessage * | FloatingProtectionMessage_New (MessageGroup messageGroup, uint32_t size) |
Internal constructor for FloatingProtectionMessage. More... | |
A FloatingProtectionMessage configures the floating protection for the device.
DLLINTERNAL FloatingProtectionMessage* FloatingProtectionMessage_New | ( | MessageGroup | messageGroup, |
uint32_t | size | ||
) |
Internal constructor for FloatingProtectionMessage.
Internal constructor for FloatingProtectionMessage. Do not use this constructor, always use the factory creator.
On failure, errno is set.
messageGroup | MessageGroup of Message. |
size | If this is used as a base class for another class, set size to non-zero. |