Skip to content

libsodium.SecureMemoryblock.UInt8Value

Andrew Lambert edited this page Mar 15, 2017 · 6 revisions

Method Signatures

 Function UInt8Value(Offset As UInt64) As UInt8
 Sub UInt8Value(Offset As UInt64, Assigns NewUInt8 As UInt8)

Parameters

####UInt8Value(UInt64) As UInt8

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

####UInt8Value(UInt64, Assigns UInt8)

Name Type Comment
Offset UInt64 The offset, in bytes, to write a UInt8 at.
NewUInt8 Color The UInt8 to write.

Remarks

Gets and sets the UInt8 at the specified offset.

Clone this wiki locally