OmronFinsNetReceiveUntilEmpty 属性 |
当接收PLC返回的数据的时候,获取或设置是否需要接收数据直到空为止,在一些及其特殊的场景里,可以设置为 true 防止数据错误的情况。
When receiving the data returned by the PLC, it is necessary to obtain or set whether to receive data until empty,
and in some special scenarios, it can be set to true to prevent data errors.
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool ReceiveUntilEmpty { get; set; }
Public Property ReceiveUntilEmpty As Boolean
Get
Set
public:
property bool ReceiveUntilEmpty {
bool get ();
void set (bool value);
}
member ReceiveUntilEmpty : bool with get, set
属性值
类型:
Boolean参见