ModbusRtuCrc16CheckEnable 属性 |
获取或设置是否启用CRC16校验码的检查功能,默认启用,如果需要忽略检查CRC16,则设置为 false 即可。
Gets or sets whether to enable the check function of CRC16 check code. It is enabled by default. If you need to ignore the check of CRC16, you can set it to false.
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool Crc16CheckEnable { get; set; }
Public Property Crc16CheckEnable As Boolean
Get
Set
public:
property bool Crc16CheckEnable {
bool get ();
void set (bool value);
}
member Crc16CheckEnable : bool with get, set
属性值
类型:
Boolean参见