Skip to content

Std memory databuffer pokeushort

std:std.memory.DataBuffer.PokeUShort

Method PokeUShort:Void( offset:Int,value:UShort )#

Writes a 16 bit unsigned short to the databuffer

In debug builds, a runtime error will occur if offset is outside the range of the databuffer.

Parameters
offset offset The offset to write.