IRobotNetWrite 方法 (String, Byte) |
根据地址,来写入设备的相关的字节数据
According to the address, to write the device related bytes data
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 OperateResult Write(
string address,
byte[] value
)
Function Write (
address As String,
value As Byte()
) As OperateResult
OperateResult^ Write(
String^ address,
array<unsigned char>^ value
)
abstract Write :
address : string *
value : byte[] -> OperateResult
参数
- address
- 类型:SystemString
指定的地址信息,有些机器人可能不支持 - value
- 类型:SystemByte
原始的字节数据信息
返回值
类型:
OperateResult是否成功的写入
参见