Neonode zForce(TM) SDK
|
Brief description of module's purpose. More...
Go to the source code of this file.
Classes | |
struct | McuUniqueIdentifierMessage |
This structure represents a mcu unique identifier message. More... | |
Functions | |
DLLINTERNAL McuUniqueIdentifierMessage * | McuUniqueIdentifierMessage_New (MessageGroup messageGroup, uint32_t size) |
Internal constructor for McuUniqueIdentifier. More... | |
Brief description of module's purpose.
More detailed description of module's purpose that can span more than one line.
DLLINTERNAL McuUniqueIdentifierMessage* McuUniqueIdentifierMessage_New | ( | MessageGroup | messageGroup, |
uint32_t | size | ||
) |
Internal constructor for McuUniqueIdentifier.
Do not use this, but use the Factory creator instead.
On failure, see errno.
messageGroup | MessageGroup of Message. |
size | If this is used as a base class for another class, set size to non-zero. |