Neonode zForce(TM) SDK
McuUniqueIdentifierMessage.h
Go to the documentation of this file.
1 
12 #if !defined(MESSAGE_MCUUNIQUEIDENTIFIERMESSAGE_MCUUNIQUEIDENTIFIERMESSAGE_H) && \
13  !defined(CONTAINS_MCUUNIQUEIDENTIFIERMESSAGE)
14 
15 #ifndef ZFORCECOMMON_H
16  #error Please include "zForceCommon.h" before this file.
17 #endif // ZFORCECOMMON_H
18 
25 {
26 #endif // !defined(.._MCUUNIQUEIDENTIFIERMESSAGE_H) && defined(CONTAINS_MCUUNIQUEIDENTIFIERMESSAGE)
27 #if !defined(MESSAGE_MCUUNIQUEIDENTIFIERMESSAGE_MCUUNIQUEIDENTIFIERMESSAGE_H) || \
28  defined(CONTAINS_MCUUNIQUEIDENTIFIERMESSAGE)
29  #define CONTAINS_MESSAGE
30  #include <Message.h>
31  #undef CONTAINS_MESSAGE
32  uint8_t * McuUniqueIdentifier;
33  uint32_t BufferSize;
34 #endif // !defined(.._MCUUNIQUEIDENTIFIERMESSAGE_H) || defined(CONTAINS_MCUUNIQUEIDENTIFIERMESSAGE)
35 #if !defined(MESSAGE_MCUUNIQUEIDENTIFIERMESSAGE_MCUUNIQUEIDENTIFIERMESSAGE_H) && \
36  !defined(CONTAINS_MCUUNIQUEIDENTIFIERMESSAGE)
37 };
38 
39 #ifdef __cplusplus
40 extern "C"
41 {
42 #endif // __cplusplus
43 
59 DLLINTERNAL McuUniqueIdentifierMessage * McuUniqueIdentifierMessage_New (MessageGroup messageGroup, uint32_t size);
60 
61 #ifdef __cplusplus
62 }
63 #endif // __cplusplus
64 
65 #define MESSAGE_MCUUNIQUEIDENTIFIERMESSAGE_MCUUNIQUEIDENTIFIERMESSAGE_H
66 #endif // !defined(.._MCUUNIQUEIDENTIFIERMESSAGE_H) && !defined(CONTAINS_MCUUNIQUEIDENTIFIERMESSAGE)
67 
Base class for all Messages.
DLLINTERNAL McuUniqueIdentifierMessage * McuUniqueIdentifierMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for McuUniqueIdentifier.
uint32_t BufferSize
Size of mcu identifier.
Definition: McuUniqueIdentifierMessage.h:33
uint8_t * McuUniqueIdentifier
Mcu identifier.
Definition: McuUniqueIdentifierMessage.h:32
MessageGroup
Enum describing the different groups a message can belong to.
Definition: zForceTypes.h:128
This structure represents a mcu unique identifier message.
Definition: McuUniqueIdentifierMessage.h:24