/AWS1/CL_IOXGETMANAGEDTHGCVY01¶
GetManagedThingConnectivityDataResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_managedthingid TYPE /AWS1/IOXMANAGEDTHINGID /AWS1/IOXMANAGEDTHINGID¶
The id of a managed thing.
iv_connected TYPE /AWS1/IOXCONNECTIVITYSTATUS /AWS1/IOXCONNECTIVITYSTATUS¶
The connectivity status for a managed thing.
iv_timestamp TYPE /AWS1/IOXCONNECTIVITYTIMESTAMP /AWS1/IOXCONNECTIVITYTIMESTAMP¶
The timestamp value of when the connectivity status for a managed thing was last taken.
iv_disconnectreason TYPE /AWS1/IOXDISCONNECTREASONVALUE /AWS1/IOXDISCONNECTREASONVALUE¶
The reason for the connectivity disconnect with the managed thing.
Queryable Attributes¶
ManagedThingId¶
The id of a managed thing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANAGEDTHINGID() |
Getter for MANAGEDTHINGID, with configurable default |
ASK_MANAGEDTHINGID() |
Getter for MANAGEDTHINGID w/ exceptions if field has no valu |
HAS_MANAGEDTHINGID() |
Determine if MANAGEDTHINGID has a value |
Connected¶
The connectivity status for a managed thing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTED() |
Getter for CONNECTED, with configurable default |
ASK_CONNECTED() |
Getter for CONNECTED w/ exceptions if field has no value |
HAS_CONNECTED() |
Determine if CONNECTED has a value |
Timestamp¶
The timestamp value of when the connectivity status for a managed thing was last taken.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP has a value |
DisconnectReason¶
The reason for the connectivity disconnect with the managed thing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISCONNECTREASON() |
Getter for DISCONNECTREASON, with configurable default |
ASK_DISCONNECTREASON() |
Getter for DISCONNECTREASON w/ exceptions if field has no va |
HAS_DISCONNECTREASON() |
Determine if DISCONNECTREASON has a value |