|
Mockbird
Interface Libarary and Synthesizer Setup Tool for Mockingbird-OTTO
|
Soundscape firmware responded with an error code. More...
#include <sndexcpt.h>
Public Member Functions | |
| FwError (std::uint8_t error_code) | |
| Creates the exception, containing a firmware-reported error code. | |
Public Member Functions inherited from Soundscape::Exception | |
| virtual const char * | what () const |
| Returns a user-readable message describing the exceptional condition. | |
Additional Inherited Members | |
Protected Member Functions inherited from Soundscape::Exception | |
| Exception (const char *format,...) | |
| printf-style exception constructor. | |
Soundscape firmware responded with an error code.
| Soundscape::FwError::FwError | ( | std::uint8_t | error_code | ) |
Creates the exception, containing a firmware-reported error code.
| error_code | The error code as reported by the firmware |