| KeyenceSR2000SerialReadCommandState 方法  | 
 
            读取基恩士的命令状态,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.5.1.0 (12.5.1.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返回是否成功的结果对象
 参见
参见