是否检查消息的合法性,默认为true,如果设置为false,则不检查消息的合法性,直接返回接收的数据内容,适用于一些特殊的协议解析需求
命名空间:
HslCommunication.Core.IMessage
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法public bool CheckMessage { get; set; }Public Property CheckMessage As Boolean
Get
Set
public:
property bool CheckMessage {
bool get ();
void set (bool value);
}member CheckMessage : bool with get, set
属性值
类型:
Boolean
参见