Skip to content

libsodium.SecureMemoryblock.UInt64Value

Andrew Lambert edited this page Jun 4, 2023 · 6 revisions

Method Signatures

 Function UInt64Value(Offset As UInt64) As UInt64
 Sub UInt64Value(Offset As UInt64, Assigns NewUInt64 As UInt64)

Parameters

UInt64Value(UInt64) As UInt64

Name Type Comment
Offset UInt64 The offset, in bytes, to read a UInt64 at.

UInt64Value(UInt64, Assigns UInt64)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a UInt64 at.
NewUInt64 UInt64 The UInt64 to write.

Remarks

Gets and sets the UInt64 at the specified offset.

Clone this wiki locally