ABBWebApiClientWrite 方法 (String, String) |
使用POST的方式来向对方进行请求数据信息,需要使用url=开头,来表示是使用了原生的地址访问
Using POST to request data information from the other party, we need to start with url= to indicate that we are using native address access
命名空间:
HslCommunication.Robot.ABB
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public override OperateResult Write(
string address,
string value
)
Public Overrides Function Write (
address As String,
value As String
) As OperateResult
public:
virtual OperateResult^ Write(
String^ address,
String^ value
) override
abstract Write :
address : string *
value : string -> OperateResult
override Write :
address : string *
value : string -> OperateResult
参数
- address
- 类型:SystemString
指定的地址信息 - value
- 类型:SystemString
字符串的数据信息
返回值
类型:
OperateResult是否成功的写入
实现
IRobotNetWrite(String, String)参见