点击或拖拽改变大小

AllenBradleyNetWrite 方法 (String, Byte)

当前写入字节数组使用数据类型 0xD1 写入,如果其他的字节类型需要调用 WriteTag(String, UInt16, Byte, Int32) 方法来实现。
The currently written byte array is written using the data type 0xD1. If other byte types need to be called WriteTag(String, UInt16, Byte, Int32) Method to achieve.

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

参数

address
类型:SystemString
地址
value
类型:SystemByte

返回值

类型:OperateResult
写入结果值

实现

IReadWriteNetWrite(String, Byte)
IReadWriteNetWrite(String, Byte)
参见