点击或拖拽改变大小

ABBWebApiClientGetCtrlStateAsync 方法

获取当前的控制状态,Content属性就是机器人的控制信息
Get the current control state. The Content attribute is the control information of the robot

命名空间:  HslCommunication.Robot.ABB
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public Task<OperateResult<string>> GetCtrlStateAsync()

返回值

类型:TaskOperateResultString
带有状态信息的结果类对象
参见