\brief Constructs a DecodingResult \details isValidCoding is initialized to false and messageLength is initialized to 0.
| 240 | //! \brief Constructs a DecodingResult |
| 241 | //! \details isValidCoding is initialized to false and messageLength is initialized to 0. |
| 242 | explicit DecodingResult() : isValidCoding(false), messageLength(0) {} |
| 243 | //! \brief Constructs a DecodingResult |
| 244 | //! \param len the message length |
| 245 | //! \details isValidCoding is initialized to true. |
no outgoing calls
no test coverage detected