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 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte[] SaveToBinary()
Public Function SaveToBinary As Byte()
public:
array<unsigned char>^ SaveToBinary()
member SaveToBinary : unit -> byte[]
返回值
类型:
Byte二进制的byte数组
参见