Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

At its core, any new component (exteding extending SICComponent) has to implement on_message and/or on_request. on_message allows the component to be linked to one another, and receive and send messages in a data stream. on_request allows it to handle requests and send an explicit reply to the device that requested it.

...