reasonCode property

MqttSubscribeReasonCode? reasonCode
getter/setter pair

The subscribe reason code as returned by a either a subscribe acknowledgement message or an unsubscribe acknowledgement message. Note that for an unsubscribe operation if the reason code indicates a failure the client will still locally unsubscribe the topic.

Implementation

MqttSubscribeReasonCode? reasonCode = MqttSubscribeReasonCode.notSet;