addGrant method

void addGrant(
  1. MqttQos grantedQos
)

Adds a new QosGrant to the collection of QosGrants

Implementation

void addGrant(MqttQos grantedQos) {
  qosGrants.add(grantedQos);
}