pub const SPINEL_PROP_THREAD_LINK_METRICS_MGMT_FORWARD: _bindgen_ty_24 = 5426;
Expand description
Link metrics Forward Tracking Series management ** Format: 6CCC - Write only *
- Required capability:
SPINEL_CAP_THREAD_LINK_METRICS
6
: IPv6 destination addressC
: Series idC
: Tracked frame types encoded as bit fields in single byte, if equal to zero,-
accounting is stopped and a series is removed
C
: Requested metric ids encoded as bit fields in single byte- +——————+––+
- | Frame type | Id |
- +——————+––+
- | MLE Link Probe | 0 |
- | MAC Data | 1 |
- | MAC Data Request | 2 |
- | MAC ACK | 3 |
- +——————+––+
- +—————+––+
- | Metric | Id |
- +—————+––+
- | Received PDUs | 0 |
- | LQI | 1 |
- | Link margin | 2 |
- | RSSI | 3 |
- +—————+––+
- Result of configuration is reported asynchronously to the Host using the
- @ref SPINEL_PROP_THREAD_LINK_METRICS_MGMT_RESPONSE.
*/