MelsecA1EAsciiNetReadBoolAsync 方法 |
名称 | 说明 | |
---|---|---|
ReadBoolAsync(String) |
异步读取单个的Boolean数据信息 (继承自 DeviceCommunication。)Asynchronously read a single Boolean data message | |
ReadBoolAsync(String, UInt16) |
批量读取Boolean数组信息,需要指定地址和长度,地址示例M100,S100,B1A,如果是X,Y, X017就是8进制地址,Y10就是16进制地址。 (重写 DeviceCommunicationReadBoolAsync(String, UInt16).)Batch read Boolean array information, need to specify the address and length, return Boolean array. Examples of addresses M100, S100, B1A, if it is X, Y, X017 is an octal address, Y10 is a hexadecimal address. |