ReceptionOpportunityMsg
Reception Opportunity Msg
AM Type: 22
Source Code
| Field | Bits | Type | Condition | Validator | Description |
|---|---|---|---|---|---|
| ls_header | — | Struct | Always | ||
| ├── uplink_version | 4 | UInt | Always | ||
| ├── node_id_high | 4 | Fragment | Always | ||
| ├── product_code | 8 | UInt | Always | ||
| ├── node_id | 16 | UInt | Always | ||
| ├── sequence_number | 8 | UInt | Always | ||
| └── am_type | 8 | UInt | Always | ||
| msg_version | 4 | UInt | Always | RangeValidator[0, 1] | |
| payload | — | Switch | Always | ||
| ├── reserved | 3 | UInt | msg_version == 0 | ||
| ├── samplingPeriod | 17 | UInt | msg_version == 0 | ||
| ├── reserved | 2 | UInt | msg_version == 1 | ||
| ├── reportType | 1 | Enum | msg_version == 1 | SAMPLING_PERIOD (0), COMMUNICATION_PERIOD (1) | |
| └── timePeriod | 17 | UInt | msg_version == 1 |