DeviceServerForceSerialReceiveOnce 属性 |
获取或设置当前的服务器接收串口数据时候,是否强制只接收一次数据,默认为false,适合点对点通信,如果你总线形式的连接,则需要设置 True
Get or set whether to force the data to be received only once when the current server receives serial port data. The default value is false,
which is suitable for point-to-point communication. If you have a bus connection, you need to set True
命名空间:
HslCommunication.Core.Device
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool ForceSerialReceiveOnce { get; set; }
Public Property ForceSerialReceiveOnce As Boolean
Get
Set
public:
property bool ForceSerialReceiveOnce {
bool get ();
void set (bool value);
}
member ForceSerialReceiveOnce : bool with get, set
属性值
类型:
Boolean参见