FatekProgramOverTcpReadBoolAsync 方法 |
名称 | 说明 | |
---|---|---|
ReadBoolAsync(String) |
异步读取单个的Boolean数据信息 (继承自 DeviceCommunication。)Asynchronously read a single Boolean data message | |
ReadBoolAsync(String, UInt16) |
批量读取bool类型数据,支持的类型为X,Y,M,S,T,C,具体的地址范围取决于PLC的类型,地址可以携带站号信息,例如 s=2;M100 (重写 DeviceCommunicationReadBoolAsync(String, UInt16).)Read bool data in batches. The supported types are X, Y, M, S, T, C. The specific address range depends on the type of PLC, The address can carry station number information, such as s=2;M100 |