TighteningResultMessagesLastTighteningResultDataSubscribe 方法 |
Set the subscription for the result tightenings. The result of this command will be the transmission of the tightening result after the tightening is performed( push function ).
命名空间:
HslCommunication.Profinet.OpenProtocol
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public OperateResult LastTighteningResultDataSubscribe(
int revision
)
Public Function LastTighteningResultDataSubscribe (
revision As Integer
) As OperateResult
public:
OperateResult^ LastTighteningResultDataSubscribe(
int revision
)
member LastTighteningResultDataSubscribe :
revision : int -> OperateResult
参数
- revision
- 类型:SystemInt32
Revision
返回值
类型:
OperateResult是否订阅成功的结果对象
备注
The MID revision in the header is used to subscribe to different revisions of MID 0061 Last tightening result data upload reply.
参见