MqttHelper.ReceiveMqttMessageAsync 方法 |
名称 | 说明 | |
---|---|---|
![]() ![]() | ReceiveMqttMessageAsync(CommunicationPipe, Int32, Action<Int64, Int64>) |
接收一条完整的MQTT协议的报文信息,包含控制码和负载数据 Receive a message of a completed MQTT protocol, including control code and payload data |
![]() ![]() | ReceiveMqttMessageAsync<T>(Func<T, Int32, Int32, Action<Int64, Int64>, Task<OperateResult<Byte[]>>>, T, Int32, Action<Int64, Int64>) |
接收一条完整的MQTT协议的报文信息,包含控制码和负载数据 Receive a message of a completed MQTT protocol, including control code and payload data |