Functions
msb
uint8 msb(
uint16 value
)

gets the Most Significant Byte from the 2-Byte value

lsb
uint8 lsb(
uint16 value
)

gets the Least Significant Byte from the 2-Byte value

getCurrentSystemTime
uint64 getCurrentSystemTime()

Gets the current system time in nanoseconds since unix epoch