点击或拖拽改变大小

OmronConnectedCipNetReadStringAsync 方法

重载列表
  名称说明
公共方法ReadStringAsync(String)
公共方法代码示例ReadStringAsync(String, UInt16)
读取字符串数据,默认为UTF-8编码
Read string data, default is UTF-8 encoding
(重写 DeviceCommunicationReadStringAsync(String, UInt16).)
公共方法代码示例ReadStringAsync(String, UInt16, Encoding)
异步使用指定的编码,读取字符串数据
Asynchronously reads string data using the specified encoding
(重写 DeviceCommunicationReadStringAsync(String, UInt16, Encoding).)
Top
参见