TcpForwardLogMsgFormatBinary 属性 |
设置日志记录报文是否二进制,如果为False,那就使用ASCII码
Set whether the log message is binary, if it is False, then use ASCII code
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool LogMsgFormatBinary { get; set; }
Public Property LogMsgFormatBinary As Boolean
Get
Set
public:
property bool LogMsgFormatBinary {
bool get ();
void set (bool value);
}
member LogMsgFormatBinary : bool with get, set
属性值
类型:
Boolean备注
默认值为 true
参见