/AWS1/CL_IOXCOMMANDENDPOINT¶
The endpoint for a managed thing when sending a command.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_endpointid TYPE /AWS1/IOXENDPOINTID /AWS1/IOXENDPOINTID¶
The id of the endpoint for a managed thing.
it_capabilities TYPE /AWS1/CL_IOXCOMMANDCAPABILITY=>TT_COMMANDCAPABILITIES TT_COMMANDCAPABILITIES¶
Describe the endpoint with an id, a name, and the relevant capabilities for sending commands.
Queryable Attributes¶
endpointId¶
The id of the endpoint for a managed thing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTID() |
Getter for ENDPOINTID, with configurable default |
ASK_ENDPOINTID() |
Getter for ENDPOINTID w/ exceptions if field has no value |
HAS_ENDPOINTID() |
Determine if ENDPOINTID has a value |
capabilities¶
Describe the endpoint with an id, a name, and the relevant capabilities for sending commands.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITIES() |
Getter for CAPABILITIES, with configurable default |
ASK_CAPABILITIES() |
Getter for CAPABILITIES w/ exceptions if field has no value |
HAS_CAPABILITIES() |
Determine if CAPABILITIES 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_COMMANDENDPOINTS¶
TYPES TT_COMMANDENDPOINTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXCOMMANDENDPOINT WITH DEFAULT KEY
.