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 
23 {
25  bool Disabled;
26 };
27 
43 DLLINTERNAL DisableMessage * DisableMessage_New (MessageGroup messageGroup,
44  uint32_t size);
45 
46 #endif // MESSAGE_DISABLEMESSAGE_DISABLEMESSAGE_H
47 
bool Disabled
Is Device Disabled.
Definition: DisableMessage.h:25
This structure represents a disable message.
Definition: DisableMessage.h:22
MessageGroup
Enum describing the different groups a message can belong to.
Definition: zForceTypes.h:113
DLLINTERNAL DisableMessage * DisableMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for DisableMessage.
Message
Base Message.
Definition: DisableMessage.h:24