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