Neonode zForce(TM) SDK
DisableMessage.h
Go to the documentation of this file.
1 
9 #ifndef MESSAGE_DISABLEMESSAGE_DISABLEMESSAGE_H
10 #define MESSAGE_DISABLEMESSAGE_DISABLEMESSAGE_H
11 
12 #ifndef ZFORCECOMMON_H
13  #error Please include "zForceCommon.h" before this file.
14 #endif // ZFORCECOMMON_H
15 
17 {
19  bool Disabled;
20 };
21 
37 DLLINTERNAL DisableMessage * DisableMessage_New (MessageGroup messageGroup,
38  uint32_t size);
39 
40 #endif // MESSAGE_DISABLEMESSAGE_DISABLEMESSAGE_H
41 
bool Disabled
Is Device Disabled.
Definition: DisableMessage.h:19
Definition: DisableMessage.h:16
DLLINTERNAL DisableMessage * DisableMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for DisableMessage.
Message
Base Message.
Definition: DisableMessage.h:18