点击或拖拽改变大小

ToyoPuc.Write 方法 (String, Boolean)

写入单个的Boolean数据,返回是否成功
Write a single Boolean data, and return whether the write was successful

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

参数

address
类型:System.String
起始地址
value
类型:System.Boolean
写入值

返回值

类型:OperateResult
是否写入成功

实现

IReadWriteNet.Write(String, Boolean)
备注
地址类型地址 K,V,T,C,L,X,Y,M,EK,EV,EC,ET,EL,EX,EY,EM 地址,也可以指定程序号(prg)参数,例如 prg=1;K000
参见