点击或拖拽改变大小

ByteTransformHelperGetByteFromSoftBuffer 方法

将多个SoftBuffer实例中的字节数组合并成一个MemoryStream
Combines the byte arrays from multiple SoftBuffer instances into a single MemoryStream.

命名空间:  HslCommunication.Core
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.9.1.0 (12.9.1.0)
语法
public static MemoryStream GetByteFromSoftBuffer(
	params SoftBuffer[] softBuffers
)

参数

softBuffers
类型:HslCommunication.BasicFrameworkSoftBuffer
An array of SoftBuffer instances whose bytes will be combined.

返回值

类型:MemoryStream
A MemoryStream containing the concatenated bytes from all provided SoftBuffer instances.
参见