ot::Spinel::Decoder::CloseStruct() method
Closes the most recently opened struct (using `OpenStruct()`) in the frame. On success, the read position is moved to end of the struct skipping any unread bytes within the struct.
Return value
OT_ERROR_NONE Successfully closed the struct. OT_ERROR_INVALID_STATE There is no current open struct to close.