Skip to content

libsodium.SecureMemoryblock.BooleanValue

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

Method Signatures

 Function BooleanValue(Offset As UInt64) As Boolean
 Sub BooleanValue(Offset As UInt64, Assigns NewBool As Boolean)

Parameters

BooleanValue(UInt64) As Boolean

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

BooleanValue(UInt64, Assigns Boolean)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a Boolean value at.
NewBool Boolean The boolean value to write.

Remarks

Gets and sets the Boolean value at the specified offset.

Clone this wiki locally