点击或拖拽改变大小

OmronConnectedCipNet.Write 方法 (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.Omron
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法
public override OperateResult Write(
	string address,
	byte[] value
)

参数

address
类型:System.String
地址
value
类型:System.Byte[]

返回值

类型:OperateResult
写入结果值

实现

IReadWriteNet.Write(String,Byte[])
IReadWriteNet.Write(String,Byte[])
参见