点击或拖拽改变大小

XGBCnetReadCoil 方法 (String, UInt16)

ReadCoil, same as ReadBool

命名空间:  HslCommunication.Profinet.LSIS
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult<bool[]> ReadCoil(
	string address,
	ushort length
)

参数

address
类型:SystemString
address, for example: MX100, PX100
length
类型:SystemUInt16
array length

返回值

类型:OperateResultBoolean
result
参见