| OmronConnectedCipNetReadBoolAsync 方法 | 
 重载列表
重载列表| 名称 | 说明 | |
|---|---|---|
|  | ReadBoolAsync(String) | 
            异步读取单个的Boolean数据信息(继承自 DeviceCommunication。) Asynchronously read a single Boolean data message | 
|  | ReadBoolAsync(String, UInt16) | 
            读取bool数据信息,如果读取的是单bool变量,就直接写变量名,如果是 bool 数组,就 (重写 DeviceCommunicationReadBoolAsync(String, UInt16).) Read a single bool data information, if it is a single bool variable, write the variable name directly, if it is a value of a bool array composed of int, it is always accessed with "i=" at the beginning, for example, "i=A[0]" | 
 参见
参见