8 #ifndef MESSAGE_REFLECTIVEEDGEFILTERMESSAGE_REFLECTIVEEDGEFILTERMESSAGE_H
9 #define MESSAGE_REFLECTIVEEDGEFILTERMESSAGE_REFLECTIVEEDGEFILTERMESSAGE_H 1
11 #ifndef ZFORCECOMMON_H
12 #error Please include "zForceCommon.h" before this file.
DLLINTERNAL ReflectiveEdgeFilterMessage * ReflectiveEdgeFilterMessage_New(MessageGroup messageGroup, uint32_t size)
Internal constructor for ReflectiveEdgeFilterMessage.
The main Message struct.
Definition: Message.h:21
This structure represents a operation mode message.
Definition: ReflectiveEdgeFilterMessage.h:23
void(* Destructor)(Message *self)
Definition: ReflectiveEdgeFilterMessage.h:59
uint64_t SerialNumber
Definition: ReflectiveEdgeFilterMessage.h:53
bool FilterIsOn
True when the filter is enabled.
Definition: ReflectiveEdgeFilterMessage.h:60
MessageGroup MessageGroup
Definition: ReflectiveEdgeFilterMessage.h:35
int ErrorCode
Definition: ReflectiveEdgeFilterMessage.h:47
MessageType MessageType
Definition: ReflectiveEdgeFilterMessage.h:29
bool Error
Definition: ReflectiveEdgeFilterMessage.h:41
MessageGroup
Enum describing the different groups a message can belong to.
Definition: zForceTypes.h:134
MessageType
Enum describing the different message types that exists.
Definition: zForceTypes.h:104