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
)
Public Shared Function GetByteFromSoftBuffer (
ParamArray softBuffers As SoftBuffer()
) As MemoryStream
public:
static MemoryStream^ GetByteFromSoftBuffer(
... array<SoftBuffer^>^ softBuffers
)
static member GetByteFromSoftBuffer :
softBuffers : SoftBuffer[] -> MemoryStream
参数
- softBuffers
- 类型:HslCommunication.BasicFrameworkSoftBuffer
An array of SoftBuffer instances whose bytes will be combined.
返回值
类型:
MemoryStreamA MemoryStream containing the concatenated bytes from all provided SoftBuffer instances.
参见