OmronConnectedCipNetReadBool 方法 |
名称 | 说明 | |
---|---|---|
ReadBool(String) |
读取单个的Boolean数据信息 (继承自 DeviceCommunication。)Read a single Boolean data message | |
ReadBool(String, UInt16) |
读取bool数据信息,如果读取的是单bool变量,就直接写变量名,如果是 bool 数组,就 (重写 DeviceCommunicationReadBool(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]" |