dinodave.helper

Helper functions

Members

Functions

fromBCD
ubyte fromBCD(ubyte i)
Undocumented in source. Be warned that the author may not have intended to support it.
put16
void put16(ubyte[] buffer, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
put16At
void put16At(ubyte[] buffer, int pos, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
put32
void put32(ubyte[] buffer, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
put32At
void put32At(ubyte[] buffer, int pos, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
put8
void put8(ubyte[] buffer, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
put8At
void put8At(ubyte[] buffer, int pos, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
putFloat
void putFloat(ubyte[] buffer, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
putFloatAt
void putFloatAt(ubyte[] buffer, int pos, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
strerror
string strerror(int code)

Get error code description

toBCD
ubyte toBCD(ubyte i)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta