点击或拖拽改变大小

SiemensWebApiReadStringAsync 方法

重载列表
  名称说明
公共方法ReadStringAsync(String, UInt16)
从PLC中读取字符串内容,需要指定数据标签名称,使用JSON方式读取,所以无论字符串是中英文都是支持读取的。
To read the string content from the PLC, you need to specify the data tag name and use JSON to read it, so no matter whether the string is in Chinese or English, it supports reading.
(重写 DeviceCommunicationReadStringAsync(String, UInt16).)
公共方法代码示例ReadStringAsync(String, UInt16, Encoding)
异步使用指定的编码,读取字符串数据
Asynchronously reads string data using the specified encoding
(继承自 DeviceCommunication。)
Top
参见