OpenProtocolNetAutoAckControllerMessage 属性 |
针对控制器的主动发送的消息,是否无视Ack标记,全部进行返回信号操作,默认为 False,将根据报文里的Ack信号来决定是否返回数据
If the default value is False, the controller will decide whether to return data based on the Ack signal in the packet
命名空间:
HslCommunication.Profinet.OpenProtocol
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool AutoAckControllerMessage { get; set; }
Public Property AutoAckControllerMessage As Boolean
Get
Set
public:
property bool AutoAckControllerMessage {
bool get ();
void set (bool value);
}
member AutoAckControllerMessage : bool with get, set
属性值
类型:
Boolean参见