BfWriteWord
Writes a 16bit unsigned integer to a writable bitbuffer (bf_write).
native void BfWriteWord(Handle bf, int num)Parameters
bf_write handle to write to.
int num
Integer to write (value will be written as 16bit).
Return Value
voidError
Invalid or incorrect Handle.