|
Tests whether the application is in config mode.
In config mode, the application needs to be configured via xPLHal before normal operation can begin. While in this mode, attempts to call SendMessage will fail, and the registered message callbacks will not be triggered. This method is provided so that the application can check the config status to avoid sending messages in vain. - Returns:
- True if the application is in config mode, false otherwise.
|