点击或拖拽改变大小

AllenBradleyNet.BuildWriteCommand 方法 (String, Boolean)

Create a written message instruction

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public OperateResult<byte[]> BuildWriteCommand(
	string address,
	bool data
)

参数

address
类型:System.String
The address of the tag name
data
类型:System.Boolean
Bool Data

返回值

类型:OperateResult<Byte[]>
Message information that contains the result object
参见