ot::Spinel::Decoder::OpenStruct() method
Opens a struct in the frame. After a successful call to this method, all the subsequent `Read{SomeType}()` methods decode and read the field/value from the current open struct until the struct is closed using `CloseStruct()` method. Structures can be nested. Up to `kMaxNestedStructs` nested structs can be opened at the same time.
Return value
OT_ERROR_NONE Successfully opened a struct. OT_ERROR_PARSE Failed to parse/open a struct. OT_ERROR_INVALID_STATE Already at the maximum number of nested open structures.