Skip to content

libsodium.SecureMemoryblock.Int16Value

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

##Method Signatures

 Function Int16Value(Offset As UInt64) As Int16
 Sub Int16Value(Offset As UInt64, Assigns NewInt16 As Int16)

##Parameters ####Int16Value(UInt64) As Int16

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

####Int16Value(UInt64, Assigns Int16)

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

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

Clone this wiki locally