点击或拖拽改变大小

AllenBradleyNetBuildWriteCommand 方法 (String, Boolean)

Create a written message instruction

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

参数

address
类型:SystemString
The address of the tag name
data
类型:SystemBoolean
Bool Data

返回值

类型:OperateResultByte
Message information that contains the result object
参见