PrevUpHomeNext
logger::at_disconnect

Outputs the contents of the DISCONNECT packet sent by the Broker.

void at_disconnect(
    reason_code rc,
    const disconnect_props & dc_props
);
Description
Parameters

Name

Description

rc

Reason Code in the received DISCONNECT packet indicating the reason behind the disconnection.

dc_props

async_mqtt5::disconnect_props received in the DISCONNECT packet.


PrevUpHomeNext