|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GpioProfileService
The GPIO Profile specifies the interface to general purpose IO. It provides measurement values for the current states of input and output pins. It supports the ability to set the value of output pins through a command interface as well as triggering the state of an output pin with an LDAP expression. The device service interface defines the service to be registered for the GpioProfile device.
The following commands are supported:
| OutputRequest | OutputRequest is the command interface to set the state of output pins. The incoming request should be in the form of a Map with output pin keys (see Output data keys) and the requested Boolean values. The request can include 1 or more pins to be changed. A request to update an output pin which has an associated LDAP expression will be ignored. Pins are indexed beginning with 1. The "o0" data key signifies that the requested Boolean value should be applied to all output pins. |
The following measurements are supported:
| InputCount | InputCount specifies the number of input pins supported by the device. InputCount is a read-only measurement and should be set only by the implementation class. InputCount is reported as a Long value. |
| OutputCount | OutputCount specifies the number of output pins supported by the device. OutputCount is a read-only measurement and should be set only by the implementation class. OutputCount is reported as a Long value. |
| Input | Input specifies the current states of the input pins. Input is a read-only measurement reported as a Map value with input pin keys (see Input data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more input pins changes, the measurement will include old and new states for all of the supported input pins. All pins may not be supported by the device. Get the InputCount measurement for the number of supported input pins. |
| Output | Output specifies the current states of the output pins. Output is a read-only measurement reported as a Map value with output pin keys (see Output data keys) and Boolean state values. The measurement includes the state of multiple pins. Pins are indexed beginning with 1. When the state of 1 or more output pins changes, the measurement will include old and new states for all of the supported output pins. All pins may not be supported by the device. Get the OutputCount measurement for the number of supported output pins. |
| Output1Expression | LDAP expression to trigger the state of output pin 1 based on input pin and control values. |
| Output2Expression | LDAP expression to trigger the state of output pin 2 based on input pin and control values. |
| Output3Expression | LDAP expression to trigger the state of output pin 3 based on input pin and control values. |
| Output4Expression | LDAP expression to trigger the state of output pin 4 based on input pin and control values. |
| Output5Expression | LDAP expression to trigger the state of output pin 5 based on input pin and control values. |
| Output6Expression | LDAP expression to trigger the state of output pin 6 based on input pin and control values. |
| Output7Expression | LDAP expression to trigger the state of output pin 7 based on input pin and control values. |
| Output8Expression | LDAP expression to trigger the state of output pin 8 based on input pin and control values. |
| Output9Expression | LDAP expression to trigger the state of output pin 9 based on input pin and control values. |
| Output10Expression | LDAP expression to trigger the state of output pin 10 based on input pin and control values. |
| Output11Expression | LDAP expression to trigger the state of output pin 11 based on input pin and control values. |
| Output12Expression | LDAP expression to trigger the state of output pin 12 based on input pin and control values. |
| Output13Expression | LDAP expression to trigger the state of output pin 13 based on input pin and control values. |
| Output14Expression | LDAP expression to trigger the state of output pin 14 based on input pin and control values. |
| Output15Expression | LDAP expression to trigger the state of output pin 15 based on input pin and control values. |
| Output16Expression | LDAP expression to trigger the state of output pin 16 based on input pin and control values. |
| Output17Expression | LDAP expression to trigger the state of output pin 17 based on input pin and control values. |
| Output18Expression | LDAP expression to trigger the state of output pin 18 based on input pin and control values. |
| Output19Expression | LDAP expression to trigger the state of output pin 19 based on input pin and control values. |
| Output20Expression | LDAP expression to trigger the state of output pin 20 based on input pin and control values. |
| Output21Expression | LDAP expression to trigger the state of output pin 21 based on input pin and control values. |
| Output22Expression | LDAP expression to trigger the state of output pin 22 based on input pin and control values. |
| Output23Expression | LDAP expression to trigger the state of output pin 23 based on input pin and control values. |
| Output24Expression | LDAP expression to trigger the state of output pin 24 based on input pin and control values. |
| Output25Expression | LDAP expression to trigger the state of output pin 25 based on input pin and control values. |
| Output26Expression | LDAP expression to trigger the state of output pin 26 based on input pin and control values. |
| Output27Expression | LDAP expression to trigger the state of output pin 27 based on input pin and control values. |
| Output28Expression | LDAP expression to trigger the state of output pin 28 based on input pin and control values. |
| Output29Expression | LDAP expression to trigger the state of output pin 29 based on input pin and control values. |
| Output30Expression | LDAP expression to trigger the state of output pin 30 based on input pin and control values. |
| Output31Expression | LDAP expression to trigger the state of output pin 31 based on input pin and control values. |
| Output32Expression | LDAP expression to trigger the state of output pin 32 based on input pin and control values. |
The list of exported services:
GpioProfileService,
See the following specification(s) for more details:
| Field Summary | |
|---|---|
static java.lang.String[] |
ALL_COMMANDS
Comprehensive list of all the command ids. |
static java.lang.String[] |
ALL_MEASUREMENTS
Comprehensive list of all the measurement ids. |
static java.lang.String[] |
ALL_SIGNALS
Comprehensive list of all the signal ids. |
static java.lang.String |
Capabilities
|
static java.lang.String |
CAPABILITIES_ERROR_EXTERNAL_KEY
|
static java.lang.String |
CAPABILITIES_EXTERNAL_KEY
|
static java.lang.String |
CAPABILITIES_GET_EXTERNAL_KEY
|
static java.lang.String |
Configuration
|
static java.lang.String |
CONFIGURATION_ERROR_EXTERNAL_KEY
|
static java.lang.String |
CONFIGURATION_EXTERNAL_KEY
|
static java.lang.String |
CONFIGURATION_GET_EXTERNAL_KEY
|
static java.lang.String |
GpioProfile
Define the GpioProfile key. |
static java.lang.String |
I1_DATA_KEY
Input pin 1 - boolean state. |
static java.lang.String |
I10_DATA_KEY
Input pin 10 - boolean state. |
static java.lang.String |
I11_DATA_KEY
Input pin 11 - boolean state. |
static java.lang.String |
I12_DATA_KEY
Input pin 12 - boolean state. |
static java.lang.String |
I13_DATA_KEY
Input pin 13 - boolean state. |
static java.lang.String |
I14_DATA_KEY
Input pin 14 - boolean state. |
static java.lang.String |
I15_DATA_KEY
Input pin 15 - boolean state. |
static java.lang.String |
I16_DATA_KEY
Input pin 16 - boolean state. |
static java.lang.String |
I17_DATA_KEY
Input pin 17 - boolean state. |
static java.lang.String |
I18_DATA_KEY
Input pin 18 - boolean state. |
static java.lang.String |
I19_DATA_KEY
Input pin 19 - boolean state. |
static java.lang.String |
I2_DATA_KEY
Input pin 2 - boolean state. |
static java.lang.String |
I20_DATA_KEY
Input pin 20 - boolean state. |
static java.lang.String |
I21_DATA_KEY
Input pin 21 - boolean state. |
static java.lang.String |
I22_DATA_KEY
Input pin 22 - boolean state. |
static java.lang.String |
I23_DATA_KEY
Input pin 23 - boolean state. |
static java.lang.String |
I24_DATA_KEY
Input pin 24 - boolean state. |
static java.lang.String |
I25_DATA_KEY
Input pin 25 - boolean state. |
static java.lang.String |
I26_DATA_KEY
Input pin 26 - boolean state. |
static java.lang.String |
I27_DATA_KEY
Input pin 27 - boolean state. |
static java.lang.String |
I28_DATA_KEY
Input pin 28 - boolean state. |
static java.lang.String |
I29_DATA_KEY
Input pin 29 - boolean state. |
static java.lang.String |
I3_DATA_KEY
Input pin 3 - boolean state. |
static java.lang.String |
I30_DATA_KEY
Input pin 30 - boolean state. |
static java.lang.String |
I31_DATA_KEY
Input pin 31 - boolean state. |
static java.lang.String |
I32_DATA_KEY
Input pin 32 - boolean state. |
static java.lang.String |
I4_DATA_KEY
Input pin 4 - boolean state. |
static java.lang.String |
I5_DATA_KEY
Input pin 5 - boolean state. |
static java.lang.String |
I6_DATA_KEY
Input pin 6 - boolean state. |
static java.lang.String |
I7_DATA_KEY
Input pin 7 - boolean state. |
static java.lang.String |
I8_DATA_KEY
Input pin 8 - boolean state. |
static java.lang.String |
I9_DATA_KEY
Input pin 9 - boolean state. |
static java.lang.String |
Input
Input specifies the current states of the input pins. |
static java.lang.String |
INPUT_ERROR_EXTERNAL_KEY
Input specifies the current states of the input pins. |
static java.lang.String |
INPUT_EXTERNAL_KEY
Input specifies the current states of the input pins. |
static java.lang.String |
INPUT_GET_EXTERNAL_KEY
Input specifies the current states of the input pins. |
static java.lang.String[] |
INPUT_NAMES
|
static java.lang.String |
INPUT_READ_EXTERNAL_KEY
Input specifies the current states of the input pins. |
static java.lang.String |
InputCount
InputCount specifies the number of input pins supported by the device. |
static java.lang.String |
INPUTCOUNT_ERROR_EXTERNAL_KEY
InputCount specifies the number of input pins supported by the device. |
static java.lang.String |
INPUTCOUNT_EXTERNAL_KEY
InputCount specifies the number of input pins supported by the device. |
static java.lang.String |
INPUTCOUNT_GET_EXTERNAL_KEY
InputCount specifies the number of input pins supported by the device. |
static java.lang.String |
INPUTCOUNT_READ_EXTERNAL_KEY
InputCount specifies the number of input pins supported by the device. |
static java.lang.String |
O0_DATA_KEY
Output 0 - special boolean state meaning all output pins. |
static java.lang.String |
O1_DATA_KEY
Output pin 1 - boolean state. |
static java.lang.String |
O10_DATA_KEY
Output pin 10 - boolean state. |
static java.lang.String |
O11_DATA_KEY
Output pin 11 - boolean state. |
static java.lang.String |
O12_DATA_KEY
Output pin 12 - boolean state. |
static java.lang.String |
O13_DATA_KEY
Output pin 13 - boolean state. |
static java.lang.String |
O14_DATA_KEY
Output pin 14 - boolean state. |
static java.lang.String |
O15_DATA_KEY
Output pin 15 - boolean state. |
static java.lang.String |
O16_DATA_KEY
Output pin 16 - boolean state. |
static java.lang.String |
O17_DATA_KEY
Output pin 17 - boolean state. |
static java.lang.String |
O18_DATA_KEY
Output pin 18 - boolean state. |
static java.lang.String |
O19_DATA_KEY
Output pin 19 - boolean state. |
static java.lang.String |
O2_DATA_KEY
Output pin 2 - boolean state. |
static java.lang.String |
O20_DATA_KEY
Output pin 20 - boolean state. |
static java.lang.String |
O21_DATA_KEY
Output pin 21 - boolean state. |
static java.lang.String |
O22_DATA_KEY
Output pin 22 - boolean state. |
static java.lang.String |
O23_DATA_KEY
Output pin 23 - boolean state. |
static java.lang.String |
O24_DATA_KEY
Output pin 24 - boolean state. |
static java.lang.String |
O25_DATA_KEY
Output pin 25 - boolean state. |
static java.lang.String |
O26_DATA_KEY
Output pin 26 - boolean state. |
static java.lang.String |
O27_DATA_KEY
Output pin 27 - boolean state. |
static java.lang.String |
O28_DATA_KEY
Output pin 28 - boolean state. |
static java.lang.String |
O29_DATA_KEY
Output pin 29 - boolean state. |
static java.lang.String |
O3_DATA_KEY
Output pin 3 - boolean state. |
static java.lang.String |
O30_DATA_KEY
Output pin 30 - boolean state. |
static java.lang.String |
O31_DATA_KEY
Output pin 31 - boolean state. |
static java.lang.String |
O32_DATA_KEY
Output pin 32 - boolean state. |
static java.lang.String |
O4_DATA_KEY
Output pin 4 - boolean state. |
static java.lang.String |
O5_DATA_KEY
Output pin 5 - boolean state. |
static java.lang.String |
O6_DATA_KEY
Output pin 6 - boolean state. |
static java.lang.String |
O7_DATA_KEY
Output pin 7 - boolean state. |
static java.lang.String |
O8_DATA_KEY
Output pin 8 - boolean state. |
static java.lang.String |
O9_DATA_KEY
Output pin 9 - boolean state. |
static java.lang.String |
Output
Output specifies the current states of the output pins. |
static java.lang.String |
OUTPUT_ERROR_EXTERNAL_KEY
Output specifies the current states of the output pins. |
static java.lang.String |
OUTPUT_EXTERNAL_KEY
Output specifies the current states of the output pins. |
static java.lang.String |
OUTPUT_GET_EXTERNAL_KEY
Output specifies the current states of the output pins. |
static java.lang.String[] |
OUTPUT_NAMES
|
static java.lang.String |
OUTPUT_READ_EXTERNAL_KEY
Output specifies the current states of the output pins. |
static java.lang.String |
Output10Expression
LDAP expression to trigger the state of output pin 10 based on input pin and control values. |
static java.lang.String |
OUTPUT10EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values. |
static java.lang.String |
OUTPUT10EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values. |
static java.lang.String |
OUTPUT10EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values. |
static java.lang.String |
OUTPUT10EXPRESSION_KEY
Configuration OUTPUT10EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT10EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values. |
static java.lang.String |
OUTPUT10EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 10 based on input pin and control values. |
static java.lang.String |
Output11Expression
LDAP expression to trigger the state of output pin 11 based on input pin and control values. |
static java.lang.String |
OUTPUT11EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values. |
static java.lang.String |
OUTPUT11EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values. |
static java.lang.String |
OUTPUT11EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values. |
static java.lang.String |
OUTPUT11EXPRESSION_KEY
Configuration OUTPUT11EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT11EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values. |
static java.lang.String |
OUTPUT11EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 11 based on input pin and control values. |
static java.lang.String |
Output12Expression
LDAP expression to trigger the state of output pin 12 based on input pin and control values. |
static java.lang.String |
OUTPUT12EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values. |
static java.lang.String |
OUTPUT12EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values. |
static java.lang.String |
OUTPUT12EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values. |
static java.lang.String |
OUTPUT12EXPRESSION_KEY
Configuration OUTPUT12EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT12EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values. |
static java.lang.String |
OUTPUT12EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 12 based on input pin and control values. |
static java.lang.String |
Output13Expression
LDAP expression to trigger the state of output pin 13 based on input pin and control values. |
static java.lang.String |
OUTPUT13EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values. |
static java.lang.String |
OUTPUT13EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values. |
static java.lang.String |
OUTPUT13EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values. |
static java.lang.String |
OUTPUT13EXPRESSION_KEY
Configuration OUTPUT13EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT13EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values. |
static java.lang.String |
OUTPUT13EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 13 based on input pin and control values. |
static java.lang.String |
Output14Expression
LDAP expression to trigger the state of output pin 14 based on input pin and control values. |
static java.lang.String |
OUTPUT14EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values. |
static java.lang.String |
OUTPUT14EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values. |
static java.lang.String |
OUTPUT14EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values. |
static java.lang.String |
OUTPUT14EXPRESSION_KEY
Configuration OUTPUT14EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT14EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values. |
static java.lang.String |
OUTPUT14EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 14 based on input pin and control values. |
static java.lang.String |
Output15Expression
LDAP expression to trigger the state of output pin 15 based on input pin and control values. |
static java.lang.String |
OUTPUT15EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values. |
static java.lang.String |
OUTPUT15EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values. |
static java.lang.String |
OUTPUT15EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values. |
static java.lang.String |
OUTPUT15EXPRESSION_KEY
Configuration OUTPUT15EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT15EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values. |
static java.lang.String |
OUTPUT15EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 15 based on input pin and control values. |
static java.lang.String |
Output16Expression
LDAP expression to trigger the state of output pin 16 based on input pin and control values. |
static java.lang.String |
OUTPUT16EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values. |
static java.lang.String |
OUTPUT16EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values. |
static java.lang.String |
OUTPUT16EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values. |
static java.lang.String |
OUTPUT16EXPRESSION_KEY
Configuration OUTPUT16EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT16EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values. |
static java.lang.String |
OUTPUT16EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 16 based on input pin and control values. |
static java.lang.String |
Output17Expression
LDAP expression to trigger the state of output pin 17 based on input pin and control values. |
static java.lang.String |
OUTPUT17EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values. |
static java.lang.String |
OUTPUT17EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values. |
static java.lang.String |
OUTPUT17EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values. |
static java.lang.String |
OUTPUT17EXPRESSION_KEY
Configuration OUTPUT17EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT17EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values. |
static java.lang.String |
OUTPUT17EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 17 based on input pin and control values. |
static java.lang.String |
Output18Expression
LDAP expression to trigger the state of output pin 18 based on input pin and control values. |
static java.lang.String |
OUTPUT18EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values. |
static java.lang.String |
OUTPUT18EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values. |
static java.lang.String |
OUTPUT18EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values. |
static java.lang.String |
OUTPUT18EXPRESSION_KEY
Configuration OUTPUT18EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT18EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values. |
static java.lang.String |
OUTPUT18EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 18 based on input pin and control values. |
static java.lang.String |
Output19Expression
LDAP expression to trigger the state of output pin 19 based on input pin and control values. |
static java.lang.String |
OUTPUT19EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values. |
static java.lang.String |
OUTPUT19EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values. |
static java.lang.String |
OUTPUT19EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values. |
static java.lang.String |
OUTPUT19EXPRESSION_KEY
Configuration OUTPUT19EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT19EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values. |
static java.lang.String |
OUTPUT19EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 19 based on input pin and control values. |
static java.lang.String |
Output1Expression
LDAP expression to trigger the state of output pin 1 based on input pin and control values. |
static java.lang.String |
OUTPUT1EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values. |
static java.lang.String |
OUTPUT1EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values. |
static java.lang.String |
OUTPUT1EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values. |
static java.lang.String |
OUTPUT1EXPRESSION_KEY
Configuration OUTPUT1EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT1EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values. |
static java.lang.String |
OUTPUT1EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 1 based on input pin and control values. |
static java.lang.String |
Output20Expression
LDAP expression to trigger the state of output pin 20 based on input pin and control values. |
static java.lang.String |
OUTPUT20EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values. |
static java.lang.String |
OUTPUT20EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values. |
static java.lang.String |
OUTPUT20EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values. |
static java.lang.String |
OUTPUT20EXPRESSION_KEY
Configuration OUTPUT20EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT20EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values. |
static java.lang.String |
OUTPUT20EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 20 based on input pin and control values. |
static java.lang.String |
Output21Expression
LDAP expression to trigger the state of output pin 21 based on input pin and control values. |
static java.lang.String |
OUTPUT21EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values. |
static java.lang.String |
OUTPUT21EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values. |
static java.lang.String |
OUTPUT21EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values. |
static java.lang.String |
OUTPUT21EXPRESSION_KEY
Configuration OUTPUT21EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT21EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values. |
static java.lang.String |
OUTPUT21EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 21 based on input pin and control values. |
static java.lang.String |
Output22Expression
LDAP expression to trigger the state of output pin 22 based on input pin and control values. |
static java.lang.String |
OUTPUT22EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values. |
static java.lang.String |
OUTPUT22EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values. |
static java.lang.String |
OUTPUT22EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values. |
static java.lang.String |
OUTPUT22EXPRESSION_KEY
Configuration OUTPUT22EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT22EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values. |
static java.lang.String |
OUTPUT22EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 22 based on input pin and control values. |
static java.lang.String |
Output23Expression
LDAP expression to trigger the state of output pin 23 based on input pin and control values. |
static java.lang.String |
OUTPUT23EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values. |
static java.lang.String |
OUTPUT23EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values. |
static java.lang.String |
OUTPUT23EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values. |
static java.lang.String |
OUTPUT23EXPRESSION_KEY
Configuration OUTPUT23EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT23EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values. |
static java.lang.String |
OUTPUT23EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 23 based on input pin and control values. |
static java.lang.String |
Output24Expression
LDAP expression to trigger the state of output pin 24 based on input pin and control values. |
static java.lang.String |
OUTPUT24EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values. |
static java.lang.String |
OUTPUT24EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values. |
static java.lang.String |
OUTPUT24EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values. |
static java.lang.String |
OUTPUT24EXPRESSION_KEY
Configuration OUTPUT24EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT24EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values. |
static java.lang.String |
OUTPUT24EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 24 based on input pin and control values. |
static java.lang.String |
Output25Expression
LDAP expression to trigger the state of output pin 25 based on input pin and control values. |
static java.lang.String |
OUTPUT25EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values. |
static java.lang.String |
OUTPUT25EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values. |
static java.lang.String |
OUTPUT25EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values. |
static java.lang.String |
OUTPUT25EXPRESSION_KEY
Configuration OUTPUT25EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT25EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values. |
static java.lang.String |
OUTPUT25EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 25 based on input pin and control values. |
static java.lang.String |
Output26Expression
LDAP expression to trigger the state of output pin 26 based on input pin and control values. |
static java.lang.String |
OUTPUT26EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values. |
static java.lang.String |
OUTPUT26EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values. |
static java.lang.String |
OUTPUT26EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values. |
static java.lang.String |
OUTPUT26EXPRESSION_KEY
Configuration OUTPUT26EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT26EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values. |
static java.lang.String |
OUTPUT26EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 26 based on input pin and control values. |
static java.lang.String |
Output27Expression
LDAP expression to trigger the state of output pin 27 based on input pin and control values. |
static java.lang.String |
OUTPUT27EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values. |
static java.lang.String |
OUTPUT27EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values. |
static java.lang.String |
OUTPUT27EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values. |
static java.lang.String |
OUTPUT27EXPRESSION_KEY
Configuration OUTPUT27EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT27EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values. |
static java.lang.String |
OUTPUT27EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 27 based on input pin and control values. |
static java.lang.String |
Output28Expression
LDAP expression to trigger the state of output pin 28 based on input pin and control values. |
static java.lang.String |
OUTPUT28EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values. |
static java.lang.String |
OUTPUT28EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values. |
static java.lang.String |
OUTPUT28EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values. |
static java.lang.String |
OUTPUT28EXPRESSION_KEY
Configuration OUTPUT28EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT28EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values. |
static java.lang.String |
OUTPUT28EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 28 based on input pin and control values. |
static java.lang.String |
Output29Expression
LDAP expression to trigger the state of output pin 29 based on input pin and control values. |
static java.lang.String |
OUTPUT29EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values. |
static java.lang.String |
OUTPUT29EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values. |
static java.lang.String |
OUTPUT29EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values. |
static java.lang.String |
OUTPUT29EXPRESSION_KEY
Configuration OUTPUT29EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT29EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values. |
static java.lang.String |
OUTPUT29EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 29 based on input pin and control values. |
static java.lang.String |
Output2Expression
LDAP expression to trigger the state of output pin 2 based on input pin and control values. |
static java.lang.String |
OUTPUT2EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values. |
static java.lang.String |
OUTPUT2EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values. |
static java.lang.String |
OUTPUT2EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values. |
static java.lang.String |
OUTPUT2EXPRESSION_KEY
Configuration OUTPUT2EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT2EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values. |
static java.lang.String |
OUTPUT2EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 2 based on input pin and control values. |
static java.lang.String |
Output30Expression
LDAP expression to trigger the state of output pin 30 based on input pin and control values. |
static java.lang.String |
OUTPUT30EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values. |
static java.lang.String |
OUTPUT30EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values. |
static java.lang.String |
OUTPUT30EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values. |
static java.lang.String |
OUTPUT30EXPRESSION_KEY
Configuration OUTPUT30EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT30EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values. |
static java.lang.String |
OUTPUT30EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 30 based on input pin and control values. |
static java.lang.String |
Output31Expression
LDAP expression to trigger the state of output pin 31 based on input pin and control values. |
static java.lang.String |
OUTPUT31EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values. |
static java.lang.String |
OUTPUT31EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values. |
static java.lang.String |
OUTPUT31EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values. |
static java.lang.String |
OUTPUT31EXPRESSION_KEY
Configuration OUTPUT31EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT31EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values. |
static java.lang.String |
OUTPUT31EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 31 based on input pin and control values. |
static java.lang.String |
Output32Expression
LDAP expression to trigger the state of output pin 32 based on input pin and control values. |
static java.lang.String |
OUTPUT32EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values. |
static java.lang.String |
OUTPUT32EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values. |
static java.lang.String |
OUTPUT32EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values. |
static java.lang.String |
OUTPUT32EXPRESSION_KEY
Configuration OUTPUT32EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT32EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values. |
static java.lang.String |
OUTPUT32EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 32 based on input pin and control values. |
static java.lang.String |
Output3Expression
LDAP expression to trigger the state of output pin 3 based on input pin and control values. |
static java.lang.String |
OUTPUT3EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values. |
static java.lang.String |
OUTPUT3EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values. |
static java.lang.String |
OUTPUT3EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values. |
static java.lang.String |
OUTPUT3EXPRESSION_KEY
Configuration OUTPUT3EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT3EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values. |
static java.lang.String |
OUTPUT3EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 3 based on input pin and control values. |
static java.lang.String |
Output4Expression
LDAP expression to trigger the state of output pin 4 based on input pin and control values. |
static java.lang.String |
OUTPUT4EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values. |
static java.lang.String |
OUTPUT4EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values. |
static java.lang.String |
OUTPUT4EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values. |
static java.lang.String |
OUTPUT4EXPRESSION_KEY
Configuration OUTPUT4EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT4EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values. |
static java.lang.String |
OUTPUT4EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 4 based on input pin and control values. |
static java.lang.String |
Output5Expression
LDAP expression to trigger the state of output pin 5 based on input pin and control values. |
static java.lang.String |
OUTPUT5EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values. |
static java.lang.String |
OUTPUT5EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values. |
static java.lang.String |
OUTPUT5EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values. |
static java.lang.String |
OUTPUT5EXPRESSION_KEY
Configuration OUTPUT5EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT5EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values. |
static java.lang.String |
OUTPUT5EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 5 based on input pin and control values. |
static java.lang.String |
Output6Expression
LDAP expression to trigger the state of output pin 6 based on input pin and control values. |
static java.lang.String |
OUTPUT6EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values. |
static java.lang.String |
OUTPUT6EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values. |
static java.lang.String |
OUTPUT6EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values. |
static java.lang.String |
OUTPUT6EXPRESSION_KEY
Configuration OUTPUT6EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT6EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values. |
static java.lang.String |
OUTPUT6EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 6 based on input pin and control values. |
static java.lang.String |
Output7Expression
LDAP expression to trigger the state of output pin 7 based on input pin and control values. |
static java.lang.String |
OUTPUT7EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values. |
static java.lang.String |
OUTPUT7EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values. |
static java.lang.String |
OUTPUT7EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values. |
static java.lang.String |
OUTPUT7EXPRESSION_KEY
Configuration OUTPUT7EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT7EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values. |
static java.lang.String |
OUTPUT7EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 7 based on input pin and control values. |
static java.lang.String |
Output8Expression
LDAP expression to trigger the state of output pin 8 based on input pin and control values. |
static java.lang.String |
OUTPUT8EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values. |
static java.lang.String |
OUTPUT8EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values. |
static java.lang.String |
OUTPUT8EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values. |
static java.lang.String |
OUTPUT8EXPRESSION_KEY
Configuration OUTPUT8EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT8EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values. |
static java.lang.String |
OUTPUT8EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 8 based on input pin and control values. |
static java.lang.String |
Output9Expression
LDAP expression to trigger the state of output pin 9 based on input pin and control values. |
static java.lang.String |
OUTPUT9EXPRESSION_ERROR_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values. |
static java.lang.String |
OUTPUT9EXPRESSION_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values. |
static java.lang.String |
OUTPUT9EXPRESSION_GET_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values. |
static java.lang.String |
OUTPUT9EXPRESSION_KEY
Configuration OUTPUT9EXPRESSION_KEY key. |
static java.lang.String |
OUTPUT9EXPRESSION_READ_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values. |
static java.lang.String |
OUTPUT9EXPRESSION_WRITE_EXTERNAL_KEY
LDAP expression to trigger the state of output pin 9 based on input pin and control values. |
static java.lang.String |
OutputCount
OutputCount specifies the number of output pins supported by the device. |
static java.lang.String |
OUTPUTCOUNT_ERROR_EXTERNAL_KEY
OutputCount specifies the number of output pins supported by the device. |
static java.lang.String |
OUTPUTCOUNT_EXTERNAL_KEY
OutputCount specifies the number of output pins supported by the device. |
static java.lang.String |
OUTPUTCOUNT_GET_EXTERNAL_KEY
OutputCount specifies the number of output pins supported by the device. |
static java.lang.String |
OUTPUTCOUNT_READ_EXTERNAL_KEY
OutputCount specifies the number of output pins supported by the device. |
static java.lang.String |
OutputRequest
OutputRequest is the command interface to set the state of output pins. |
static java.lang.String |
OUTPUTREQUEST_ERROR_EXTERNAL_KEY
OutputRequest is the command interface to set the state of output pins. |
static java.lang.String |
OUTPUTREQUEST_EXECUTE_EXTERNAL_KEY
OutputRequest is the command interface to set the state of output pins. |
static java.lang.String |
OUTPUTREQUEST_EXTERNAL_KEY
OutputRequest is the command interface to set the state of output pins. |
static java.lang.String |
SERVICE_NAME
Define the OSGi service name. |
static java.lang.String |
Status
|
static java.lang.String |
STATUS_ERROR_EXTERNAL_KEY
|
static java.lang.String |
STATUS_EXTERNAL_KEY
|
static java.lang.String |
STATUS_GET_EXTERNAL_KEY
|
| Field Detail |
|---|
static final java.lang.String SERVICE_NAME
static final java.lang.String GpioProfile
static final java.lang.String OutputRequest
#handleMethodOutputRequest,
Constant Field Valuesstatic final java.lang.String OUTPUTREQUEST_EXTERNAL_KEY
#handleMethodOutputRequest,
The value of this field is "prefix/Gpio/OutputRequest",
Constant Field Valuesstatic final java.lang.String OUTPUTREQUEST_EXECUTE_EXTERNAL_KEY
#handleMethodOutputRequest,
The value of this field is "prefix/Gpio/OutputRequest/execute"static final java.lang.String OUTPUTREQUEST_ERROR_EXTERNAL_KEY
#handleMethodOutputRequest,
OutputRequest,
org.eclipse.soda.dk.notification.service.NotificationService#EXECUTE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/OutputRequest/error"static final java.lang.String InputCount
static final java.lang.String INPUTCOUNT_EXTERNAL_KEY
The value of this field is "prefix/Gpio/InputCount",
Constant Field Valuesstatic final java.lang.String INPUTCOUNT_GET_EXTERNAL_KEY
The value of this field is "prefix/Gpio/InputCount/get"static final java.lang.String INPUTCOUNT_READ_EXTERNAL_KEY
InputCount,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/InputCount/read"static final java.lang.String INPUTCOUNT_ERROR_EXTERNAL_KEY
InputCount,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/InputCount/error"static final java.lang.String OutputCount
static final java.lang.String OUTPUTCOUNT_EXTERNAL_KEY
The value of this field is "prefix/Gpio/OutputCount",
Constant Field Valuesstatic final java.lang.String OUTPUTCOUNT_GET_EXTERNAL_KEY
The value of this field is "prefix/Gpio/OutputCount/get"static final java.lang.String OUTPUTCOUNT_READ_EXTERNAL_KEY
OutputCount,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/OutputCount/read"static final java.lang.String OUTPUTCOUNT_ERROR_EXTERNAL_KEY
OutputCount,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/OutputCount/error"static final java.lang.String Input
static final java.lang.String INPUT_EXTERNAL_KEY
The value of this field is "prefix/Gpio/Input",
Constant Field Valuesstatic final java.lang.String INPUT_GET_EXTERNAL_KEY
The value of this field is "prefix/Gpio/Input/get"static final java.lang.String INPUT_READ_EXTERNAL_KEY
Input,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Input/read"static final java.lang.String INPUT_ERROR_EXTERNAL_KEY
Input,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Input/error"static final java.lang.String Output
static final java.lang.String OUTPUT_EXTERNAL_KEY
The value of this field is "prefix/Gpio/Output",
Constant Field Valuesstatic final java.lang.String OUTPUT_GET_EXTERNAL_KEY
The value of this field is "prefix/Gpio/Output/get"static final java.lang.String OUTPUT_READ_EXTERNAL_KEY
Output,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output/read"static final java.lang.String OUTPUT_ERROR_EXTERNAL_KEY
Output,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output/error"static final java.lang.String Output1Expression
#handleMethodOutput1Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT1EXPRESSION_EXTERNAL_KEY
#handleMethodOutput1Expression,
The value of this field is "prefix/Gpio/Output1Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT1EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput1Expression,
The value of this field is "prefix/Gpio/Output1Expression/get"static final java.lang.String OUTPUT1EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput1Expression,
Output1Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output1Expression/read"static final java.lang.String OUTPUT1EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput1Expression,
Output1Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output1Expression/write"static final java.lang.String OUTPUT1EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput1Expression,
Output1Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output1Expression/error"static final java.lang.String OUTPUT1EXPRESSION_KEY
static final java.lang.String Output2Expression
#handleMethodOutput2Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT2EXPRESSION_EXTERNAL_KEY
#handleMethodOutput2Expression,
The value of this field is "prefix/Gpio/Output2Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT2EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput2Expression,
The value of this field is "prefix/Gpio/Output2Expression/get"static final java.lang.String OUTPUT2EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput2Expression,
Output2Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output2Expression/read"static final java.lang.String OUTPUT2EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput2Expression,
Output2Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output2Expression/write"static final java.lang.String OUTPUT2EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput2Expression,
Output2Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output2Expression/error"static final java.lang.String OUTPUT2EXPRESSION_KEY
static final java.lang.String Output3Expression
#handleMethodOutput3Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT3EXPRESSION_EXTERNAL_KEY
#handleMethodOutput3Expression,
The value of this field is "prefix/Gpio/Output3Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT3EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput3Expression,
The value of this field is "prefix/Gpio/Output3Expression/get"static final java.lang.String OUTPUT3EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput3Expression,
Output3Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output3Expression/read"static final java.lang.String OUTPUT3EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput3Expression,
Output3Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output3Expression/write"static final java.lang.String OUTPUT3EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput3Expression,
Output3Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output3Expression/error"static final java.lang.String OUTPUT3EXPRESSION_KEY
static final java.lang.String Output4Expression
#handleMethodOutput4Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT4EXPRESSION_EXTERNAL_KEY
#handleMethodOutput4Expression,
The value of this field is "prefix/Gpio/Output4Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT4EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput4Expression,
The value of this field is "prefix/Gpio/Output4Expression/get"static final java.lang.String OUTPUT4EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput4Expression,
Output4Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output4Expression/read"static final java.lang.String OUTPUT4EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput4Expression,
Output4Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output4Expression/write"static final java.lang.String OUTPUT4EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput4Expression,
Output4Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output4Expression/error"static final java.lang.String OUTPUT4EXPRESSION_KEY
static final java.lang.String Output5Expression
#handleMethodOutput5Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT5EXPRESSION_EXTERNAL_KEY
#handleMethodOutput5Expression,
The value of this field is "prefix/Gpio/Output5Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT5EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput5Expression,
The value of this field is "prefix/Gpio/Output5Expression/get"static final java.lang.String OUTPUT5EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput5Expression,
Output5Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output5Expression/read"static final java.lang.String OUTPUT5EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput5Expression,
Output5Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output5Expression/write"static final java.lang.String OUTPUT5EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput5Expression,
Output5Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output5Expression/error"static final java.lang.String OUTPUT5EXPRESSION_KEY
static final java.lang.String Output6Expression
#handleMethodOutput6Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT6EXPRESSION_EXTERNAL_KEY
#handleMethodOutput6Expression,
The value of this field is "prefix/Gpio/Output6Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT6EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput6Expression,
The value of this field is "prefix/Gpio/Output6Expression/get"static final java.lang.String OUTPUT6EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput6Expression,
Output6Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output6Expression/read"static final java.lang.String OUTPUT6EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput6Expression,
Output6Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output6Expression/write"static final java.lang.String OUTPUT6EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput6Expression,
Output6Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output6Expression/error"static final java.lang.String OUTPUT6EXPRESSION_KEY
static final java.lang.String Output7Expression
#handleMethodOutput7Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT7EXPRESSION_EXTERNAL_KEY
#handleMethodOutput7Expression,
The value of this field is "prefix/Gpio/Output7Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT7EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput7Expression,
The value of this field is "prefix/Gpio/Output7Expression/get"static final java.lang.String OUTPUT7EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput7Expression,
Output7Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output7Expression/read"static final java.lang.String OUTPUT7EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput7Expression,
Output7Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output7Expression/write"static final java.lang.String OUTPUT7EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput7Expression,
Output7Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output7Expression/error"static final java.lang.String OUTPUT7EXPRESSION_KEY
static final java.lang.String Output8Expression
#handleMethodOutput8Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT8EXPRESSION_EXTERNAL_KEY
#handleMethodOutput8Expression,
The value of this field is "prefix/Gpio/Output8Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT8EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput8Expression,
The value of this field is "prefix/Gpio/Output8Expression/get"static final java.lang.String OUTPUT8EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput8Expression,
Output8Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output8Expression/read"static final java.lang.String OUTPUT8EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput8Expression,
Output8Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output8Expression/write"static final java.lang.String OUTPUT8EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput8Expression,
Output8Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output8Expression/error"static final java.lang.String OUTPUT8EXPRESSION_KEY
static final java.lang.String Output9Expression
#handleMethodOutput9Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT9EXPRESSION_EXTERNAL_KEY
#handleMethodOutput9Expression,
The value of this field is "prefix/Gpio/Output9Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT9EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput9Expression,
The value of this field is "prefix/Gpio/Output9Expression/get"static final java.lang.String OUTPUT9EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput9Expression,
Output9Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output9Expression/read"static final java.lang.String OUTPUT9EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput9Expression,
Output9Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output9Expression/write"static final java.lang.String OUTPUT9EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput9Expression,
Output9Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output9Expression/error"static final java.lang.String OUTPUT9EXPRESSION_KEY
static final java.lang.String Output10Expression
#handleMethodOutput10Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT10EXPRESSION_EXTERNAL_KEY
#handleMethodOutput10Expression,
The value of this field is "prefix/Gpio/Output10Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT10EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput10Expression,
The value of this field is "prefix/Gpio/Output10Expression/get"static final java.lang.String OUTPUT10EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput10Expression,
Output10Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output10Expression/read"static final java.lang.String OUTPUT10EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput10Expression,
Output10Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output10Expression/write"static final java.lang.String OUTPUT10EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput10Expression,
Output10Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output10Expression/error"static final java.lang.String OUTPUT10EXPRESSION_KEY
static final java.lang.String Output11Expression
#handleMethodOutput11Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT11EXPRESSION_EXTERNAL_KEY
#handleMethodOutput11Expression,
The value of this field is "prefix/Gpio/Output11Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT11EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput11Expression,
The value of this field is "prefix/Gpio/Output11Expression/get"static final java.lang.String OUTPUT11EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput11Expression,
Output11Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output11Expression/read"static final java.lang.String OUTPUT11EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput11Expression,
Output11Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output11Expression/write"static final java.lang.String OUTPUT11EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput11Expression,
Output11Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output11Expression/error"static final java.lang.String OUTPUT11EXPRESSION_KEY
static final java.lang.String Output12Expression
#handleMethodOutput12Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT12EXPRESSION_EXTERNAL_KEY
#handleMethodOutput12Expression,
The value of this field is "prefix/Gpio/Output12Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT12EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput12Expression,
The value of this field is "prefix/Gpio/Output12Expression/get"static final java.lang.String OUTPUT12EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput12Expression,
Output12Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output12Expression/read"static final java.lang.String OUTPUT12EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput12Expression,
Output12Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output12Expression/write"static final java.lang.String OUTPUT12EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput12Expression,
Output12Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output12Expression/error"static final java.lang.String OUTPUT12EXPRESSION_KEY
static final java.lang.String Output13Expression
#handleMethodOutput13Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT13EXPRESSION_EXTERNAL_KEY
#handleMethodOutput13Expression,
The value of this field is "prefix/Gpio/Output13Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT13EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput13Expression,
The value of this field is "prefix/Gpio/Output13Expression/get"static final java.lang.String OUTPUT13EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput13Expression,
Output13Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output13Expression/read"static final java.lang.String OUTPUT13EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput13Expression,
Output13Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output13Expression/write"static final java.lang.String OUTPUT13EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput13Expression,
Output13Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output13Expression/error"static final java.lang.String OUTPUT13EXPRESSION_KEY
static final java.lang.String Output14Expression
#handleMethodOutput14Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT14EXPRESSION_EXTERNAL_KEY
#handleMethodOutput14Expression,
The value of this field is "prefix/Gpio/Output14Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT14EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput14Expression,
The value of this field is "prefix/Gpio/Output14Expression/get"static final java.lang.String OUTPUT14EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput14Expression,
Output14Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output14Expression/read"static final java.lang.String OUTPUT14EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput14Expression,
Output14Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output14Expression/write"static final java.lang.String OUTPUT14EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput14Expression,
Output14Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output14Expression/error"static final java.lang.String OUTPUT14EXPRESSION_KEY
static final java.lang.String Output15Expression
#handleMethodOutput15Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT15EXPRESSION_EXTERNAL_KEY
#handleMethodOutput15Expression,
The value of this field is "prefix/Gpio/Output15Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT15EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput15Expression,
The value of this field is "prefix/Gpio/Output15Expression/get"static final java.lang.String OUTPUT15EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput15Expression,
Output15Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output15Expression/read"static final java.lang.String OUTPUT15EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput15Expression,
Output15Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output15Expression/write"static final java.lang.String OUTPUT15EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput15Expression,
Output15Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output15Expression/error"static final java.lang.String OUTPUT15EXPRESSION_KEY
static final java.lang.String Output16Expression
#handleMethodOutput16Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT16EXPRESSION_EXTERNAL_KEY
#handleMethodOutput16Expression,
The value of this field is "prefix/Gpio/Output16Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT16EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput16Expression,
The value of this field is "prefix/Gpio/Output16Expression/get"static final java.lang.String OUTPUT16EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput16Expression,
Output16Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output16Expression/read"static final java.lang.String OUTPUT16EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput16Expression,
Output16Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output16Expression/write"static final java.lang.String OUTPUT16EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput16Expression,
Output16Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output16Expression/error"static final java.lang.String OUTPUT16EXPRESSION_KEY
static final java.lang.String Output17Expression
#handleMethodOutput17Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT17EXPRESSION_EXTERNAL_KEY
#handleMethodOutput17Expression,
The value of this field is "prefix/Gpio/Output17Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT17EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput17Expression,
The value of this field is "prefix/Gpio/Output17Expression/get"static final java.lang.String OUTPUT17EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput17Expression,
Output17Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output17Expression/read"static final java.lang.String OUTPUT17EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput17Expression,
Output17Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output17Expression/write"static final java.lang.String OUTPUT17EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput17Expression,
Output17Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output17Expression/error"static final java.lang.String OUTPUT17EXPRESSION_KEY
static final java.lang.String Output18Expression
#handleMethodOutput18Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT18EXPRESSION_EXTERNAL_KEY
#handleMethodOutput18Expression,
The value of this field is "prefix/Gpio/Output18Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT18EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput18Expression,
The value of this field is "prefix/Gpio/Output18Expression/get"static final java.lang.String OUTPUT18EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput18Expression,
Output18Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output18Expression/read"static final java.lang.String OUTPUT18EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput18Expression,
Output18Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output18Expression/write"static final java.lang.String OUTPUT18EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput18Expression,
Output18Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output18Expression/error"static final java.lang.String OUTPUT18EXPRESSION_KEY
static final java.lang.String Output19Expression
#handleMethodOutput19Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT19EXPRESSION_EXTERNAL_KEY
#handleMethodOutput19Expression,
The value of this field is "prefix/Gpio/Output19Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT19EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput19Expression,
The value of this field is "prefix/Gpio/Output19Expression/get"static final java.lang.String OUTPUT19EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput19Expression,
Output19Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output19Expression/read"static final java.lang.String OUTPUT19EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput19Expression,
Output19Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output19Expression/write"static final java.lang.String OUTPUT19EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput19Expression,
Output19Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output19Expression/error"static final java.lang.String OUTPUT19EXPRESSION_KEY
static final java.lang.String Output20Expression
#handleMethodOutput20Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT20EXPRESSION_EXTERNAL_KEY
#handleMethodOutput20Expression,
The value of this field is "prefix/Gpio/Output20Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT20EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput20Expression,
The value of this field is "prefix/Gpio/Output20Expression/get"static final java.lang.String OUTPUT20EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput20Expression,
Output20Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output20Expression/read"static final java.lang.String OUTPUT20EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput20Expression,
Output20Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output20Expression/write"static final java.lang.String OUTPUT20EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput20Expression,
Output20Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output20Expression/error"static final java.lang.String OUTPUT20EXPRESSION_KEY
static final java.lang.String Output21Expression
#handleMethodOutput21Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT21EXPRESSION_EXTERNAL_KEY
#handleMethodOutput21Expression,
The value of this field is "prefix/Gpio/Output21Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT21EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput21Expression,
The value of this field is "prefix/Gpio/Output21Expression/get"static final java.lang.String OUTPUT21EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput21Expression,
Output21Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output21Expression/read"static final java.lang.String OUTPUT21EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput21Expression,
Output21Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output21Expression/write"static final java.lang.String OUTPUT21EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput21Expression,
Output21Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output21Expression/error"static final java.lang.String OUTPUT21EXPRESSION_KEY
static final java.lang.String Output22Expression
#handleMethodOutput22Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT22EXPRESSION_EXTERNAL_KEY
#handleMethodOutput22Expression,
The value of this field is "prefix/Gpio/Output22Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT22EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput22Expression,
The value of this field is "prefix/Gpio/Output22Expression/get"static final java.lang.String OUTPUT22EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput22Expression,
Output22Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output22Expression/read"static final java.lang.String OUTPUT22EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput22Expression,
Output22Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output22Expression/write"static final java.lang.String OUTPUT22EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput22Expression,
Output22Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output22Expression/error"static final java.lang.String OUTPUT22EXPRESSION_KEY
static final java.lang.String Output23Expression
#handleMethodOutput23Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT23EXPRESSION_EXTERNAL_KEY
#handleMethodOutput23Expression,
The value of this field is "prefix/Gpio/Output23Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT23EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput23Expression,
The value of this field is "prefix/Gpio/Output23Expression/get"static final java.lang.String OUTPUT23EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput23Expression,
Output23Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output23Expression/read"static final java.lang.String OUTPUT23EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput23Expression,
Output23Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output23Expression/write"static final java.lang.String OUTPUT23EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput23Expression,
Output23Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output23Expression/error"static final java.lang.String OUTPUT23EXPRESSION_KEY
static final java.lang.String Output24Expression
#handleMethodOutput24Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT24EXPRESSION_EXTERNAL_KEY
#handleMethodOutput24Expression,
The value of this field is "prefix/Gpio/Output24Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT24EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput24Expression,
The value of this field is "prefix/Gpio/Output24Expression/get"static final java.lang.String OUTPUT24EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput24Expression,
Output24Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output24Expression/read"static final java.lang.String OUTPUT24EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput24Expression,
Output24Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output24Expression/write"static final java.lang.String OUTPUT24EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput24Expression,
Output24Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output24Expression/error"static final java.lang.String OUTPUT24EXPRESSION_KEY
static final java.lang.String Output25Expression
#handleMethodOutput25Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT25EXPRESSION_EXTERNAL_KEY
#handleMethodOutput25Expression,
The value of this field is "prefix/Gpio/Output25Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT25EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput25Expression,
The value of this field is "prefix/Gpio/Output25Expression/get"static final java.lang.String OUTPUT25EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput25Expression,
Output25Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output25Expression/read"static final java.lang.String OUTPUT25EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput25Expression,
Output25Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output25Expression/write"static final java.lang.String OUTPUT25EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput25Expression,
Output25Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output25Expression/error"static final java.lang.String OUTPUT25EXPRESSION_KEY
static final java.lang.String Output26Expression
#handleMethodOutput26Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT26EXPRESSION_EXTERNAL_KEY
#handleMethodOutput26Expression,
The value of this field is "prefix/Gpio/Output26Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT26EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput26Expression,
The value of this field is "prefix/Gpio/Output26Expression/get"static final java.lang.String OUTPUT26EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput26Expression,
Output26Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output26Expression/read"static final java.lang.String OUTPUT26EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput26Expression,
Output26Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output26Expression/write"static final java.lang.String OUTPUT26EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput26Expression,
Output26Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output26Expression/error"static final java.lang.String OUTPUT26EXPRESSION_KEY
static final java.lang.String Output27Expression
#handleMethodOutput27Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT27EXPRESSION_EXTERNAL_KEY
#handleMethodOutput27Expression,
The value of this field is "prefix/Gpio/Output27Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT27EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput27Expression,
The value of this field is "prefix/Gpio/Output27Expression/get"static final java.lang.String OUTPUT27EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput27Expression,
Output27Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output27Expression/read"static final java.lang.String OUTPUT27EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput27Expression,
Output27Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output27Expression/write"static final java.lang.String OUTPUT27EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput27Expression,
Output27Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output27Expression/error"static final java.lang.String OUTPUT27EXPRESSION_KEY
static final java.lang.String Output28Expression
#handleMethodOutput28Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT28EXPRESSION_EXTERNAL_KEY
#handleMethodOutput28Expression,
The value of this field is "prefix/Gpio/Output28Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT28EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput28Expression,
The value of this field is "prefix/Gpio/Output28Expression/get"static final java.lang.String OUTPUT28EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput28Expression,
Output28Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output28Expression/read"static final java.lang.String OUTPUT28EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput28Expression,
Output28Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output28Expression/write"static final java.lang.String OUTPUT28EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput28Expression,
Output28Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output28Expression/error"static final java.lang.String OUTPUT28EXPRESSION_KEY
static final java.lang.String Output29Expression
#handleMethodOutput29Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT29EXPRESSION_EXTERNAL_KEY
#handleMethodOutput29Expression,
The value of this field is "prefix/Gpio/Output29Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT29EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput29Expression,
The value of this field is "prefix/Gpio/Output29Expression/get"static final java.lang.String OUTPUT29EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput29Expression,
Output29Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output29Expression/read"static final java.lang.String OUTPUT29EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput29Expression,
Output29Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output29Expression/write"static final java.lang.String OUTPUT29EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput29Expression,
Output29Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output29Expression/error"static final java.lang.String OUTPUT29EXPRESSION_KEY
static final java.lang.String Output30Expression
#handleMethodOutput30Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT30EXPRESSION_EXTERNAL_KEY
#handleMethodOutput30Expression,
The value of this field is "prefix/Gpio/Output30Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT30EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput30Expression,
The value of this field is "prefix/Gpio/Output30Expression/get"static final java.lang.String OUTPUT30EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput30Expression,
Output30Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output30Expression/read"static final java.lang.String OUTPUT30EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput30Expression,
Output30Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output30Expression/write"static final java.lang.String OUTPUT30EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput30Expression,
Output30Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output30Expression/error"static final java.lang.String OUTPUT30EXPRESSION_KEY
static final java.lang.String Output31Expression
#handleMethodOutput31Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT31EXPRESSION_EXTERNAL_KEY
#handleMethodOutput31Expression,
The value of this field is "prefix/Gpio/Output31Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT31EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput31Expression,
The value of this field is "prefix/Gpio/Output31Expression/get"static final java.lang.String OUTPUT31EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput31Expression,
Output31Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output31Expression/read"static final java.lang.String OUTPUT31EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput31Expression,
Output31Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output31Expression/write"static final java.lang.String OUTPUT31EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput31Expression,
Output31Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output31Expression/error"static final java.lang.String OUTPUT31EXPRESSION_KEY
static final java.lang.String Output32Expression
#handleMethodOutput32Expression,
Constant Field Valuesstatic final java.lang.String OUTPUT32EXPRESSION_EXTERNAL_KEY
#handleMethodOutput32Expression,
The value of this field is "prefix/Gpio/Output32Expression",
Constant Field Valuesstatic final java.lang.String OUTPUT32EXPRESSION_GET_EXTERNAL_KEY
#handleMethodOutput32Expression,
The value of this field is "prefix/Gpio/Output32Expression/get"static final java.lang.String OUTPUT32EXPRESSION_READ_EXTERNAL_KEY
#handleMethodOutput32Expression,
Output32Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output32Expression/read"static final java.lang.String OUTPUT32EXPRESSION_WRITE_EXTERNAL_KEY
#handleMethodOutput32Expression,
Output32Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output32Expression/write"static final java.lang.String OUTPUT32EXPRESSION_ERROR_EXTERNAL_KEY
#handleMethodOutput32Expression,
Output32Expression,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#READ_EXTERNAL_KEY,
org.eclipse.soda.dk.notification.service.NotificationService#WRITE_EXTERNAL_KEY,
The value of this field is "prefix/Gpio/Output32Expression/error"static final java.lang.String OUTPUT32EXPRESSION_KEY
static final java.lang.String[] ALL_COMMANDS
static final java.lang.String[] ALL_SIGNALS
static final java.lang.String[] ALL_MEASUREMENTS
static final java.lang.String I1_DATA_KEY
static final java.lang.String I2_DATA_KEY
static final java.lang.String I3_DATA_KEY
static final java.lang.String I4_DATA_KEY
static final java.lang.String I5_DATA_KEY
static final java.lang.String I6_DATA_KEY
static final java.lang.String I7_DATA_KEY
static final java.lang.String I8_DATA_KEY
static final java.lang.String I9_DATA_KEY
static final java.lang.String I10_DATA_KEY
static final java.lang.String I11_DATA_KEY
static final java.lang.String I12_DATA_KEY
static final java.lang.String I13_DATA_KEY
static final java.lang.String I14_DATA_KEY
static final java.lang.String I15_DATA_KEY
static final java.lang.String I16_DATA_KEY
static final java.lang.String I17_DATA_KEY
static final java.lang.String I18_DATA_KEY
static final java.lang.String I19_DATA_KEY
static final java.lang.String I20_DATA_KEY
static final java.lang.String I21_DATA_KEY
static final java.lang.String I22_DATA_KEY
static final java.lang.String I23_DATA_KEY
static final java.lang.String I24_DATA_KEY
static final java.lang.String I25_DATA_KEY
static final java.lang.String I26_DATA_KEY
static final java.lang.String I27_DATA_KEY
static final java.lang.String I28_DATA_KEY
static final java.lang.String I29_DATA_KEY
static final java.lang.String I30_DATA_KEY
static final java.lang.String I31_DATA_KEY
static final java.lang.String I32_DATA_KEY
static final java.lang.String O0_DATA_KEY
static final java.lang.String O1_DATA_KEY
static final java.lang.String O2_DATA_KEY
static final java.lang.String O3_DATA_KEY
static final java.lang.String O4_DATA_KEY
static final java.lang.String O5_DATA_KEY
static final java.lang.String O6_DATA_KEY
static final java.lang.String O7_DATA_KEY
static final java.lang.String O8_DATA_KEY
static final java.lang.String O9_DATA_KEY
static final java.lang.String O10_DATA_KEY
static final java.lang.String O11_DATA_KEY
static final java.lang.String O12_DATA_KEY
static final java.lang.String O13_DATA_KEY
static final java.lang.String O14_DATA_KEY
static final java.lang.String O15_DATA_KEY
static final java.lang.String O16_DATA_KEY
static final java.lang.String O17_DATA_KEY
static final java.lang.String O18_DATA_KEY
static final java.lang.String O19_DATA_KEY
static final java.lang.String O20_DATA_KEY
static final java.lang.String O21_DATA_KEY
static final java.lang.String O22_DATA_KEY
static final java.lang.String O23_DATA_KEY
static final java.lang.String O24_DATA_KEY
static final java.lang.String O25_DATA_KEY
static final java.lang.String O26_DATA_KEY
static final java.lang.String O27_DATA_KEY
static final java.lang.String O28_DATA_KEY
static final java.lang.String O29_DATA_KEY
static final java.lang.String O30_DATA_KEY
static final java.lang.String O31_DATA_KEY
static final java.lang.String O32_DATA_KEY
static final java.lang.String Status
static final java.lang.String STATUS_EXTERNAL_KEY
The value of this field is "prefix/GpioProfile/Status",
Constant Field Valuesstatic final java.lang.String STATUS_GET_EXTERNAL_KEY
The value of this field is "prefix/GpioProfile/Status/get"static final java.lang.String STATUS_ERROR_EXTERNAL_KEY
Status,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/GpioProfile/Status/error"static final java.lang.String Configuration
static final java.lang.String CONFIGURATION_EXTERNAL_KEY
The value of this field is "prefix/GpioProfile/Configuration",
Constant Field Valuesstatic final java.lang.String CONFIGURATION_GET_EXTERNAL_KEY
The value of this field is "prefix/GpioProfile/Configuration/get"static final java.lang.String CONFIGURATION_ERROR_EXTERNAL_KEY
Configuration,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/GpioProfile/Configuration/error"static final java.lang.String Capabilities
static final java.lang.String CAPABILITIES_EXTERNAL_KEY
The value of this field is "prefix/GpioProfile/Capabilities",
Constant Field Valuesstatic final java.lang.String CAPABILITIES_GET_EXTERNAL_KEY
The value of this field is "prefix/GpioProfile/Capabilities/get"static final java.lang.String CAPABILITIES_ERROR_EXTERNAL_KEY
Capabilities,
org.eclipse.soda.dk.notification.service.NotificationService#GET_EXTERNAL_KEY,
The value of this field is "prefix/GpioProfile/Capabilities/error"static final java.lang.String[] INPUT_NAMES
static final java.lang.String[] OUTPUT_NAMES
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||