Get
Copies the key / value at the given index into buffers.
native void Get(int index, char[] keybuf = "", int keylen = 0, char[] valbuf = "", int vallen = 0)
Parameters
int index
Position, starting from 0.
char[] keybuf
Key name buffer.
int keylen
Maximum length of the key name buffer.
char[] valbuf
Value buffer.
int vallen
Maximum length of the value buffer.
Return Value
voidError
Index is out of bounds.