点击或拖拽改变大小

LSFastEnet.WriteCoil 方法

WriteCoil

命名空间:  HslCommunication.Profinet.LSIS
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public OperateResult WriteCoil(
	string address,
	bool value
)

参数

address
类型:System.String
Start address
value
类型:System.Boolean
bool value

返回值

类型:OperateResult
Whether to write the successful
参见