SoftBufferGetBytes 方法 (Int32, Int32) |
获取内存指定长度的数据信息
Get data information of specified length in memory
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte[] GetBytes(
int index,
int length
)
Public Function GetBytes (
index As Integer,
length As Integer
) As Byte()
public:
array<unsigned char>^ GetBytes(
int index,
int length
)
member GetBytes :
index : int *
length : int -> byte[]
参数
- index
- 类型:SystemInt32
起始位置 - length
- 类型:SystemInt32
数组长度
返回值
类型:
Byte返回实际的数据信息
参见