SiemensS7NetReadStringAsync 方法 |
名称 | 说明 | |
---|---|---|
ReadStringAsync(String) |
读取西门子的地址的字符串信息,这个信息是和西门子绑定在一起,长度随西门子的信息动态变化的 Read the Siemens address string information. This information is bound to Siemens and its length changes dynamically with the Siemens information | |
ReadStringAsync(String, UInt16) |
异步读取字符串数据,默认为最常见的ASCII编码 (继承自 DeviceCommunication。)Asynchronously read string data, default is the most common ASCII encoding | |
ReadStringAsync(String, Encoding) |
读取西门子的地址的字符串信息,这个信息是和西门子绑定在一起,长度随西门子的信息动态变化的 Read the Siemens address string information. This information is bound to Siemens and its length changes dynamically with the Siemens information | |
ReadStringAsync(String, UInt16, Encoding) |
异步使用指定的编码,读取字符串数据 (重写 DeviceCommunicationReadStringAsync(String, UInt16, Encoding).)Asynchronously reads string data using the specified encoding |