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