/AWS1/CL_IOWLORAWANMULTICAST01¶
The LoRaWAN information used with the multicast session.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dldr TYPE /AWS1/IOWDLDR /AWS1/IOWDLDR¶
Downlink data rate.
iv_dlfreq TYPE /AWS1/IOWDLFREQ /AWS1/IOWDLFREQ¶
Downlink frequency.
iv_sessionstarttime TYPE /AWS1/IOWSESSIONSTARTTIMETSMP /AWS1/IOWSESSIONSTARTTIMETSMP¶
Timestamp of when the multicast group session is to start.
iv_sessiontimeout TYPE /AWS1/IOWSESSIONTIMEOUT /AWS1/IOWSESSIONTIMEOUT¶
How long before a multicast group session is to timeout.
We recommend that you provide a timeout value that is a power-of-two (such as 64, 128, 256). If a non-power-of-two value is provided, it will automatically be rounded up to the next supported power-of-two within the allowed range.
iv_pingslotperiod TYPE /AWS1/IOWPINGSLOTPERIOD /AWS1/IOWPINGSLOTPERIOD¶
The PingSlotPeriod value.
Queryable Attributes¶
DlDr¶
Downlink data rate.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DLDR() |
Getter for DLDR, with configurable default |
ASK_DLDR() |
Getter for DLDR w/ exceptions if field has no value |
HAS_DLDR() |
Determine if DLDR has a value |
DlFreq¶
Downlink frequency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DLFREQ() |
Getter for DLFREQ, with configurable default |
ASK_DLFREQ() |
Getter for DLFREQ w/ exceptions if field has no value |
HAS_DLFREQ() |
Determine if DLFREQ has a value |
SessionStartTime¶
Timestamp of when the multicast group session is to start.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONSTARTTIME() |
Getter for SESSIONSTARTTIME, with configurable default |
ASK_SESSIONSTARTTIME() |
Getter for SESSIONSTARTTIME w/ exceptions if field has no va |
HAS_SESSIONSTARTTIME() |
Determine if SESSIONSTARTTIME has a value |
SessionTimeout¶
How long before a multicast group session is to timeout.
We recommend that you provide a timeout value that is a power-of-two (such as 64, 128, 256). If a non-power-of-two value is provided, it will automatically be rounded up to the next supported power-of-two within the allowed range.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONTIMEOUT() |
Getter for SESSIONTIMEOUT, with configurable default |
ASK_SESSIONTIMEOUT() |
Getter for SESSIONTIMEOUT w/ exceptions if field has no valu |
HAS_SESSIONTIMEOUT() |
Determine if SESSIONTIMEOUT has a value |
PingSlotPeriod¶
The PingSlotPeriod value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PINGSLOTPERIOD() |
Getter for PINGSLOTPERIOD, with configurable default |
ASK_PINGSLOTPERIOD() |
Getter for PINGSLOTPERIOD w/ exceptions if field has no valu |
HAS_PINGSLOTPERIOD() |
Determine if PINGSLOTPERIOD has a value |