/AWS1/CL_IOWWIRELESSDEVEVTLO00¶
The log options for a wireless device event and can be used to set log levels for a specific wireless device event.
For a LoRaWAN device, possible events for a log messsage are: Join
,
Rejoin
, Downlink_Data
, and Uplink_Data
. For a
Sidewalk device, possible events for a log message are Registration
,
Downlink_Data
, and Uplink_Data
.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_event
TYPE /AWS1/IOWWIRELESSDEVICEEVENT
/AWS1/IOWWIRELESSDEVICEEVENT
¶
Event
iv_loglevel
TYPE /AWS1/IOWLOGLEVEL
/AWS1/IOWLOGLEVEL
¶
LogLevel
Queryable Attributes¶
Event¶
Event
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 |
LogLevel¶
LogLevel
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOGLEVEL() |
Getter for LOGLEVEL, with configurable default |
ASK_LOGLEVEL() |
Getter for LOGLEVEL w/ exceptions if field has no value |
HAS_LOGLEVEL() |
Determine if LOGLEVEL 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_WIRELESSDEVEVTLOGOPTIONLIST
¶
TYPES TT_WIRELESSDEVEVTLOGOPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWWIRELESSDEVEVTLO00 WITH DEFAULT KEY
.