pub const SPINEL_PROP_STREAM_EXT__BEGIN: _bindgen_ty_24 = 5888;
Expand description
Log Stream
** Format: UD
(stream, read only)
*
- This property is a read-only streaming property which provides
- formatted log string from NCP. This property provides asynchronous
CMD_PROP_VALUE_IS
updates with a new log string and includes- optional meta data.
U
: The log stringD
: Log metadata (optional).- Any data after the log string is considered metadata and is OPTIONAL.
- Presence of
SPINEL_CAP_OPENTHREAD_LOG_METADATA
capability - indicates that OpenThread log metadata format is used as defined
- below:
C
: Log level (as per definition in enumeration-
`SPINEL_NCP_LOG_LEVEL_<level>`)
i
: OpenThread Log region (as per definition in enumeration-
`SPINEL_NCP_LOG_REGION_<region>).
X
: Log timestamp = <timestamp_base> + <current_time_ms>
*/