Skip to content

libsodium.SecureMemoryblock.ByteValue

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

Method Signatures

 Function ByteValue(Offset As UInt64) As Byte
 Sub ByteValue(Offset As UInt64, Assigns NewByte As Byte)

Parameters

ByteValue(UInt64) As Byte

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

ByteValue(UInt64, Assigns Byte)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a byte value at.
NewByte Byte The byte value to write.

Remarks

Gets and sets the byte at the specified offset.

Clone this wiki locally