SoftBufferSetValue 方法 (UInt16, Int32) |
设置ushort数组的数据到缓存区
Set ushort array data to the cache area
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SetValue(
ushort[] values,
int index
)
Public Sub SetValue (
values As UShort(),
index As Integer
)
public:
void SetValue(
array<unsigned short>^ values,
int index
)
member SetValue :
values : uint16[] *
index : int -> unit
参数
- values
- 类型:SystemUInt16
ushort数组 - index
- 类型:SystemInt32
索引位置
参见