Skip to content

libsodium.SecureMemoryblock.UInt16Value

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

Method Signatures

 Function UInt16Value(Offset As UInt64) As UInt16
 Sub UInt16Value(Offset As UInt64, Assigns NewUInt16 As UInt16)

Parameters

####UInt16Value(UInt64) As UInt16

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

####UInt16Value(UInt64, Assigns UInt16)

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

Remarks

Gets and sets the UInt16 at the specified offset.

Clone this wiki locally