Sys Object

object_sys

Differences from the "real" sys. object:

sys.newpll

Invoking this method will not change the speed at which TiOS Simulator runs.

sys.resettype

Always returns 1- PL_SYS_RESET_TYPE_EXTERNAL

sys.serialnum

Returns a hex string representation of a generated 16-byte GUID. This number is guaranteed to be unique, and it will stay the same for each TiOS Simulator installation.

sys.setserialnum

Not implemented. This method will always return OK, but it actually doesn't do anything.

All other aspects of the sys. object follow our "real" sys. object found on Tibbo devices.