Skip to content

libsodium.SecureMemoryblock.UInt32Value

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

Method Signatures

 Function UInt32Value(Offset As UInt64) As UInt32
 Sub UInt32Value(Offset As UInt64, Assigns NewUInt32 As UInt32)

Parameters

UInt32Value(UInt64) As UInt32

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

UInt32Value(UInt64, Assigns UInt32)

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

Remarks

Gets and sets the UInt32 at the specified offset.

Clone this wiki locally