9 #ifndef MESSAGE_DISABLEMESSAGE_DISABLEMESSAGE_H 10 #define MESSAGE_DISABLEMESSAGE_DISABLEMESSAGE_H 12 #ifndef ZFORCECOMMON_H 13 #error Please include "zForceCommon.h" before this file. 14 #endif // ZFORCECOMMON_H 46 #endif // MESSAGE_DISABLEMESSAGE_DISABLEMESSAGE_H 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