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