#include <lib_description.h>

Message struct for MSG_DESCRIPTION_CUSTOMGUI_NOTIFICATION.
Public Attributes | |
| Int32 | _customGuiId | 
| Int32 | _subId | 
| const BaseContainer * | _data | 
| Int32 _customGuiId | 
The custom GUI plugin ID.
| Int32 _subId | 
The message type sub-ID. Depending on the custom GUI implementation a different sub-ID can be passed with different data.
| const BaseContainer* _data | 
The data of the message, can be nullptr.