Legato's Services APIs are pre-built IPC interfaces designed to create and run multiple apps in different ways:
Many Services APIs provided are multi-app safe:
Other Services provide full-featured interface access to system and modem resources:
get()can
be called from any app.startaction()
or set()are
thread safe; a single app can call them, or they can manage their own resource arbitration between selected apps.Legato also provides a simple interface definition language (IDL) similar to C. It helps define APIs so they can be used in multiple, different programming languages. See Interface Definition Language.
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.