SHIPBridge:Class

From Serious Documentation
Jump to: navigation, search

A SHIPBridge Class is a major grouping of similar capabilities, SHIPBridge in v5.0 has the following classes defined:

  • SHIPBridge Executive Class, responsible for establishing communications with a host and required in all SHIPBridge implementations
  • SHIPBridge Processor Class for accessing processor-related capabilities, such as reboots
  • SHIPBridge Platform Class for accessing platform-related capabilities, such as setting/getting the current time/date, getting the SIM's serial number, etc. Within this class is the ability to access files on the platform including fixed and removable media
  • SHIPBridge OS Class for accessing OS-related capabilities, primarily used for Serious debugging, such as the current task list within the firmware
  • SHIPBridge Data Class for exchanging GUI-related control and status data between the host and the GUI running on the SIM.

See Also