点击或拖拽改变大小

SiemensS7NetReadBool 方法

重载列表
  名称说明
公共方法代码示例ReadBool(String)
读取指定地址的bool数据,地址格式为I100,M100,Q100,DB20.100
reads bool data for the specified address in the format I100,M100,Q100,DB20.100
(重写 NetworkDeviceBaseReadBool(String).)
公共方法ReadBool(String, UInt16)
读取指定地址的bool数组,地址格式为I100,M100,Q100,DB20.100
reads bool array data for the specified address in the format I100,M100,Q100,DB20.100
(重写 NetworkDeviceBaseReadBool(String, UInt16).)
Top
参见