HelpWizard Pages ReferenceManual6 C/en

Aus expecco Wiki (Version 2.x)
Version vom 8. März 2021, 13:59 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual C API (Call Action) == link=HelpWizard Pages ReferenceManual6/en|back * jsonObject '''call'''(char* ''actionNameOrI…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Reference Manual C API (Call Action)[Bearbeiten]

back

  • jsonObject call(char* actionNameOrID, jsonObject ...)
    tells expecco to execute another action, as specified by its name or UUID string. There is (currently) one restriction: the action may not directly or indirectly lead to an action to be executed on the same Bridge (i.e. a C action cannot call another C action this way).
    The ID-string can be an explicit versionID or a generic functionalID (the later is recommended).
    Returns the first value of the first output pin of the called action.



Copyright © 2014-2024 eXept Software AG