Skip to content

libsodium.SecureMemoryblock.Int32Value

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

Method Signatures

 Function Int32Value(Offset As UInt64) As Int32
 Sub Int32Value(Offset As UInt64, Assigns NewInt32 As Int32)

Parameters

Int32Value(UInt64) As Int32

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

Int32Value(UInt64, Assigns Int32)

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

Remarks

Gets and sets the Int32 at the specified offset.

Clone this wiki locally