FujiSPHServerSaveToBytes 方法 |
将数据信息存储到字节数组去,需要进行重写方法
To store data information into a byte array, a rewrite method is required
命名空间:
HslCommunication.Profinet.Fuji
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected override byte[] SaveToBytes()
Protected Overrides Function SaveToBytes As Byte()
protected:
virtual array<unsigned char>^ SaveToBytes() override
abstract SaveToBytes : unit -> byte[]
override SaveToBytes : unit -> byte[]
返回值
类型:
Byte所有的内容
参见