点击或拖拽改变大小

LSCnet.Write 方法 (String, Byte)

Write single byte value to plc

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

参数

address
类型:System.String
Start address
value
类型:System.Byte
value

返回值

类型:OperateResult
Whether to write the successful
参见