Skip to main content

IClearableMessage

Short summary

An interface for clearable messages, e.g. messages which can be reset or acknowledged like alarms and dialogs.

AccessAbstractFinalExtendsImplements
-NoNoIMessage-

UML Diagram

Properties

isPending

Type: BOOL

This property contains the information of wether the message was already thown and is active (TRUE),

Methods

clear

  • Return type: VOID

This method clears the message and resets it to a predefined state.

Code

Declaration

INTERFACE IClearableMessage EXTENDS IMessage