SecsValueToSourceBytes 方法 |
当前的对象信息转换回实际的原始字节信息,方便写入操作
命名空间:
HslCommunication.Secs.Types
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte[] ToSourceBytes()
Public Function ToSourceBytes As Byte()
public:
array<unsigned char>^ ToSourceBytes()
member ToSourceBytes : unit -> byte[]
返回值
类型:
Byte原始字节数据
参见