未验证 提交 b9d9ea2d 编写于 作者: 百恼's avatar 百恼 提交者: GitHub

Update RcpClient_Samples.cs

typo
上级 c9cc6c9c
......@@ -33,7 +33,7 @@ public static class RcpClient_Samples
using (var mqttRpcClient = mqttFactory.CreateMqttRpcClient(mqttClient))
{
// Access to a fully featured application message is not supported for RCP calls!
// Access to a fully featured application message is not supported for RPC calls!
// The method will throw an exception when the response was not received in time.
await mqttRpcClient.ExecuteAsync(TimeSpan.FromSeconds(2), "ping", "", MqttQualityOfServiceLevel.AtMostOnce);
}
......@@ -81,4 +81,4 @@ public static class RcpClient_Samples
// ! Do not send response message with the _retain_ flag set to true.
// ! All required data for a RPC call and the result must be placed into the payload.
*/
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册