点击或拖拽改变大小

AllenBradleyPcccNetReadStringAsync 方法

重载列表
  名称说明
公共方法ReadStringAsync(String)
批量读取字节数组信息,需要指定地址和长度,返回原始的字节数组
Batch read byte array information, need to specify the address and length, return the original byte array
公共方法代码示例ReadStringAsync(String, UInt16)
异步读取字符串数据,默认为最常见的ASCII编码
Asynchronously read string data, default is the most common ASCII encoding
(继承自 DeviceCommunication。)
公共方法代码示例ReadStringAsync(String, UInt16, Encoding)
使用指定的编码,读取字符串数据
Reads string data using the specified encoding
(重写 DeviceCommunicationReadStringAsync(String, UInt16, Encoding).)
Top
参见