Message to select Job. If the requested ID is not present in the controller, then the command will not be performed.
命名空间:
HslCommunication.Profinet.OpenProtocol
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult SelectJob(
int id,
int revision = 1
)
Public Function SelectJob (
id As Integer,
Optional revision As Integer = 1
) As OperateResult
public:
OperateResult^ SelectJob(
int id,
int revision = 1
)
member SelectJob :
id : int *
?revision : int
(* Defaults:
let _revision = defaultArg revision 1
*)
-> OperateResult
参数
- id
- 类型:SystemInt32
Job ID - revision (Optional)
- 类型:SystemInt32
Revision
返回值
类型:
OperateResult是否成功的结果对象
参见