KeyenceSR2000SeriesTcpReadCommandState 方法 |
读取基恩士的命令状态,none:不处理;wait:等待设置反映;update:正在更新
Read the command status of Keyence, none: do not process; wait: wait for the setting to reflect; update: update
命名空间:
HslCommunication.Profinet.Keyence
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult<string> ReadCommandState()
Public Function ReadCommandState As OperateResult(Of String)
public:
virtual OperateResult<String^>^ ReadCommandState() sealed
abstract ReadCommandState : unit -> OperateResult<string>
override ReadCommandState : unit -> OperateResult<string>
返回值
类型:
OperateResultString返回是否成功的结果对象
参见