desc | The Broker descriptor for which the forced reconnect status is to be returned. |
forced_reconnect | Indicates whether a client program can forcibly reconnect to a Broker. Returns 1 (true) if forced reconnect is enabled for this descriptor. Otherwise, returns 0 (false). |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_DESCRIPTOR | The desc is invalid. |
AW_ERROR_NULL_PARAM | The forced_reconnect parameter is NULL. |