SiemensS7PlusWriteByte 方法 |
使用类型代号为 0x0a 写入到指定的地址里,返回是否写入成功的结果对象
命名空间:
HslCommunication.Profinet.Siemens
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult WriteByte(
string address,
byte[] value
)
Public Function WriteByte (
address As String,
value As Byte()
) As OperateResult
public:
OperateResult^ WriteByte(
String^ address,
array<unsigned char>^ value
)
member WriteByte :
address : string *
value : byte[] -> OperateResult
参数
- address
- 类型:SystemString
地址信息 - value
- 类型:SystemByte
二进制的值
返回值
类型:
OperateResult是否写入成功
参见