SoftBufferSetValue 方法 (UInt64, Int32) |
设置ulong类型的数据到缓存区
Set ulong byte data to the cache area
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SetValue(
ulong value,
int index
)
Public Sub SetValue (
value As ULong,
index As Integer
)
public:
void SetValue(
unsigned long long value,
int index
)
member SetValue :
value : uint64 *
index : int -> unit
参数
- value
- 类型:SystemUInt64
ulong数值 - index
- 类型:SystemInt32
索引位置
参见