AllenBradleyPcccNetReadString 方法 |
名称 | 说明 | |
---|---|---|
ReadString(String) |
批量读取字节数组信息,需要指定地址和长度,返回原始的字节数组 Batch read byte array information, need to specify the address and length, return the original byte array | |
ReadString(String, UInt16) |
读取字符串数据,默认为最常见的ASCII编码 (继承自 DeviceCommunication。)Read string data, default is the most common ASCII encoding | |
ReadString(String, UInt16, Encoding) |
使用指定的编码,读取字符串数据 (重写 DeviceCommunicationReadString(String, UInt16, Encoding).)Reads string data using the specified encoding |