/AWS1/CL_IOWSIDEWALKDEVICEMET¶
MetaData for Sidewalk device.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_rssi
TYPE /AWS1/IOWINTEGER
/AWS1/IOWINTEGER
¶
The RSSI value.
iv_batterylevel
TYPE /AWS1/IOWBATTERYLEVEL
/AWS1/IOWBATTERYLEVEL
¶
Sidewalk device battery level.
iv_event
TYPE /AWS1/IOWEVENT
/AWS1/IOWEVENT
¶
Sidewalk device status notification.
iv_devicestate
TYPE /AWS1/IOWDEVICESTATE
/AWS1/IOWDEVICESTATE
¶
Device state defines the device status of sidewalk device.
Queryable Attributes¶
Rssi¶
The RSSI value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RSSI() |
Getter for RSSI, with configurable default |
ASK_RSSI() |
Getter for RSSI w/ exceptions if field has no value |
HAS_RSSI() |
Determine if RSSI has a value |
BatteryLevel¶
Sidewalk device battery level.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BATTERYLEVEL() |
Getter for BATTERYLEVEL, with configurable default |
ASK_BATTERYLEVEL() |
Getter for BATTERYLEVEL w/ exceptions if field has no value |
HAS_BATTERYLEVEL() |
Determine if BATTERYLEVEL has a value |
Event¶
Sidewalk device status notification.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENT() |
Getter for EVENT, with configurable default |
ASK_EVENT() |
Getter for EVENT w/ exceptions if field has no value |
HAS_EVENT() |
Determine if EVENT has a value |
DeviceState¶
Device state defines the device status of sidewalk device.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEVICESTATE() |
Getter for DEVICESTATE, with configurable default |
ASK_DEVICESTATE() |
Getter for DEVICESTATE w/ exceptions if field has no value |
HAS_DEVICESTATE() |
Determine if DEVICESTATE has a value |