点击或拖拽改变大小

ModbusTcpNetReadCoil 方法

重载列表
  名称说明
公共方法ReadCoil(String)
读取线圈,需要指定起始地址,如果富文本地址不指定,默认使用的功能码是 0x01
To read the coil, you need to specify the start address. If the rich text address is not specified, the default function code is 0x01.
公共方法ReadCoil(String, UInt16)
批量的读取线圈,需要指定起始地址,读取长度,如果富文本地址不指定,默认使用的功能码是 0x01
For batch reading coils, you need to specify the start address and read length. If the rich text address is not specified, the default function code is 0x01.
Top
参见