For the complete documentation index, see llms.txt. This page is also available as Markdown.

ISystemStatusCallback Delegates

This interface invokes callback functions to receive data and/or a detailed response. To register for the event(s), call the setSystemStatusCallback() function with the name of a class that implements the ISystemStatusCallback interface.

OnError

This event is called when an error occurs with the connection with the MQTT broker.

Prototype

void OnError(
    ErrorType error, 
    String details);

Parameters

Parameter
Description

error

Type of error enumeration.

details

Details of the error.

Return Value: None