点击或拖拽改变大小

SoftBufferGetBytes 方法 (Int32, Int32)

获取内存指定长度的数据信息
Get data information of specified length in memory

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public byte[] GetBytes(
	int index,
	int length
)

参数

index
类型:SystemInt32
起始位置
length
类型:SystemInt32
数组长度

返回值

类型:Byte
返回实际的数据信息
参见