![]() |
Home | Libraries | People | FAQ | More |
Outputs the contents of the CONNACK
packet sent by the Broker.
void
at_connack(
boost::mqtt5::reason_code
rc,
bool session_present,
const connack_props& ca_props);
Name |
Description |
---|---|
|
Reason Code in the received |
|
A flag indicating whether the Broker already has a session associated with this connection. |
|
|