ABBWebApiClientGetErrorStateAsync 方法 |
获取当前的错误状态,Content属性就是机器人的状态信息
Gets the current error state. The Content attribute is the state information of the robot
命名空间:
HslCommunication.Robot.ABB
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult<string>> GetErrorStateAsync()
Public Function GetErrorStateAsync As Task(Of OperateResult(Of String))
public:
Task<OperateResult<String^>^>^ GetErrorStateAsync()
member GetErrorStateAsync : unit -> Task<OperateResult<string>>
返回值
类型:
TaskOperateResultString带有状态信息的结果类对象
参见