S7ObjectGetValueUint64 方法 |
从缓存中获取动态长度的ulong类型数据
命名空间:
HslCommunication.Profinet.Siemens.S7PlusHelper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static ulong GetValueUint64(
byte[] buffer,
ref int index
)
Public Shared Function GetValueUint64 (
buffer As Byte(),
ByRef index As Integer
) As ULong
public:
static unsigned long long GetValueUint64(
array<unsigned char>^ buffer,
int% index
)
static member GetValueUint64 :
buffer : byte[] *
index : int byref -> uint64
参数
- buffer
- 类型:SystemByte
缓存值 - index
- 类型:SystemInt32
索引信息
返回值
类型:
UInt64结果值
参见