LogStatisticsLoadFromBinary 方法 |
从二进制的数据内容加载,会对数据的合法性进行检查,如果数据不匹配,会报异常
Loading from the binary data content will check the validity of the data. If the data does not match, an exception will be reported
命名空间:
HslCommunication.LogNet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void LoadFromBinary(
byte[] buffer
)
Public Sub LoadFromBinary (
buffer As Byte()
)
public:
void LoadFromBinary(
array<unsigned char>^ buffer
)
member LoadFromBinary :
buffer : byte[] -> unit
参数
- buffer
- 类型:SystemByte
等待加载的二进制数据
异常 参见