|
ape
0.5.0
Audio Programming Environment
|
Low level error code used in certian comms APIs. More...
#include <baselib.h>
Static Public Attributes | |
| static constexpr APE_Status | Ok = STATUS_OK |
| Operation succeeded. More... | |
| static constexpr APE_Status | Error = STATUS_ERROR |
| Error at operation, state inconsistent. More... | |
| static constexpr APE_Status | Wait = STATUS_WAIT |
| Not ready yet. Deprecated. More... | |
| static constexpr APE_Status | Silent = STATUS_SILENT |
| Silent. Deprecated. More... | |
| static constexpr APE_Status | Ready = STATUS_READY |
| Ready. More... | |
| static constexpr APE_Status | Disabled = STATUS_DISABLED |
| Disabled. Deprecated. More... | |
| static constexpr APE_Status | Handled = STATUS_HANDLED |
| Operation handled. More... | |
| static constexpr APE_Status | NotImplemented = STATUS_NOT_IMPLEMENTED |
| No support for operation. More... | |
Low level error code used in certian comms APIs.
|
staticconstexpr |
Disabled. Deprecated.
|
staticconstexpr |
Error at operation, state inconsistent.
|
staticconstexpr |
Operation handled.
|
staticconstexpr |
No support for operation.
|
staticconstexpr |
Operation succeeded.
|
staticconstexpr |
Ready.
|
staticconstexpr |
Silent. Deprecated.
|
staticconstexpr |
Not ready yet. Deprecated.
1.8.16