HelpWizard Pages Start ReferenceManual/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
== Reference Manual ( |
== Reference Manual (Intro) == |
||
[[Datei:arrowleft.png|link=HelpWizard Pages Start/en|back]] |
[[Datei:arrowleft.png|link=HelpWizard Pages Start/en|back]] |
||
[[Datei:arrowright.png|link=HelpWizard Pages |
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual1/en|back]] |
||
=== Bridged Actions === |
|||
<strong>Input</strong> |
|||
The following pages present a short general overview on functions which can be called by bridged actions. More details are found in the online documentation: |
|||
* ''inputPinName''.'''value'''()<br>fetch the value from an input pin; reports an error, if there is no value |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Groovy_Code_API Java/Groovy Code API] |
|||
* ''inputPinName''.'''valueIfPresent'''()<br>if the input pin has a value, fetch it; otherwise returns nil |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#NodeJS_Code_API Node Code API] |
|||
* ''inputPinName''.'''valueIfAbsent'''('''defaultValue''')<br> if the input pin has a value, fetch it; otherwise returns defaultValue |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Bridged_Python_Code_API Python Code API] |
|||
* ''inputPinName''.'''hasValue'''()<br>true if the input pin has a value; false if not |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Bridged_C_Code_API C Code API] |
|||
<strong>Output</strong> |
|||
* ''outputPinName''.'''value'''(''value'')<br>send a value to the output pin |
|||
=== Builtin (Expecco) Actions === |
|||
[https://doc.expecco.de/wiki2.x/Expecco_API/en#Groovy_Code_API Javascript/Smalltalk Code API] |
Version vom 5. März 2021, 12:10 Uhr
Reference Manual (Intro)[Bearbeiten]
Bridged Actions[Bearbeiten]
The following pages present a short general overview on functions which can be called by bridged actions. More details are found in the online documentation: