MQTTMessageReceiveError constructor
MQTTMessageReceiveError(
- String name,
- ConnectionInfo? connectionInfo,
- String topic,
- int reason,
- int sizeBytes,
Implementation
MQTTMessageReceiveError(
this.name, this.connectionInfo, this.topic, this.reason, this.sizeBytes);