Skip to content

libsodium.SecureMemoryblock.UInt64Value

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

##Method Signatures

 Function UInt64Value(Offset As UInt64) As UInt64
 Sub UInt64Value(Offset As UInt64, Assigns NewUInt64 As UInt64)

##Parameters ####UInt64Value(UInt64) As UInt64

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

####UInt64Value(UInt64, Assigns UInt64)

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

##Remarks Gets and sets the UInt64 at the specified offset.

Clone this wiki locally