SoftBufferSetBytes 方法 (Byte, Int32, Int32, Int32) |
设置指定的位置的数据块,如果超出,则丢弃数据
Set the data block at the specified position, if it is exceeded, the data is discarded
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SetBytes(
byte[] data,
int sourceIndex,
int destIndex,
int length
)
Public Sub SetBytes (
data As Byte(),
sourceIndex As Integer,
destIndex As Integer,
length As Integer
)
public:
void SetBytes(
array<unsigned char>^ data,
int sourceIndex,
int destIndex,
int length
)
member SetBytes :
data : byte[] *
sourceIndex : int *
destIndex : int *
length : int -> unit
参数
- data
- 类型:SystemByte
数据块信息 - sourceIndex
- 类型:SystemInt32
Data中的起始位置 - destIndex
- 类型:SystemInt32
目标存储的索引 - length
- 类型:SystemInt32
准备拷贝的数据长度
异常 异常 | 条件 |
---|
IndexOutOfRangeException | |
参见