/AWS1/CL_PANNODESIGNAL¶
A signal to a camera node to start or stop processing video.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_nodeinstanceid TYPE /AWS1/PANNODEINSTANCEID /AWS1/PANNODEINSTANCEID¶
The camera node's name, from the application manifest.
iv_signal TYPE /AWS1/PANNODESIGNALVALUE /AWS1/PANNODESIGNALVALUE¶
The signal value.
Queryable Attributes¶
NodeInstanceId¶
The camera node's name, from the application manifest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODEINSTANCEID() |
Getter for NODEINSTANCEID, with configurable default |
ASK_NODEINSTANCEID() |
Getter for NODEINSTANCEID w/ exceptions if field has no valu |
HAS_NODEINSTANCEID() |
Determine if NODEINSTANCEID has a value |
Signal¶
The signal value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNAL() |
Getter for SIGNAL, with configurable default |
ASK_SIGNAL() |
Getter for SIGNAL w/ exceptions if field has no value |
HAS_SIGNAL() |
Determine if SIGNAL has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_NODESIGNALLIST¶
TYPES TT_NODESIGNALLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PANNODESIGNAL WITH DEFAULT KEY
.