Platform objects:
- Sock — socket comms (up to 16 UDP, TCP, and HTTP sessions).
- Net — controls Ethernet port.
- Ser — in charge of serial channels.
- Io — handles I/O lines, ports, and interrupts.
- Fd — manages flash memory file system and direct sector access.
- Stor — provides access to the EEPROM.
- Romfile — facilitates access to resource files (fixed data).
- Pat — "plays" patterns on green and red status LEDs.
- Button — monitors the setup button.
- Sys — in charge of general device functionality.
Function Groups: Strings functions (21 in total!), date/time conversion functions, and hash calculation functions (md5 and sha1).
Variable Types: Byte, char, integer (word), short, dword, long, real, string, plus user-defined arrays and structures.