点击或拖拽改变大小

LogStatisticsSaveToBinary 方法

将当前所有的数据都写入到二进制的内存里去,可以用来写入文件或是网络发送。
Write all current data into binary memory, which can be used to write files or send over the network.

命名空间:  HslCommunication.LogNet
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public byte[] SaveToBinary()

返回值

类型:Byte
二进制的byte数组
参见