Interface MqttSubscribeRequest

Subscription SUBACK result

Hierarchy

Properties

error_code?: number

If an error occurred, the error code

packet_id?: number

Packet ID being acknowledged when the request completes

qos: QoS

Maximum QoS granted by the server. This may be lower than the requested QoS.

topic: string

Topic filter of the SUBSCRIBE packet being acknowledged

Generated using TypeDoc