UnsignedIntValue接口

接口功能

获取请求体uint64_t类型的序列号。

接口格式

uint64_t UnsignedIntValue() const;

接口参数

无。

使用样例

获取请求ID对象的无符号类型序列号。

1
uint64_t value = requestId->UnsignedIntValue();

返回值