Enumeration
HinawaSndEfwStatus
deprecated: 2.5. since: 2.1
Description [src]
A set of status code for Echo Audio Fireworks Transaction.
Available since: 2.1
Deprecated since: 2.5.
Use Hitaki.EfwProtocolError in libhitaki library instead.
Members
Name | Description |
---|---|
HINAWA_SND_EFW_STATUS_OK |
The transaction finishes successfully. |
HINAWA_SND_EFW_STATUS_BAD |
The request or response includes invalid header. |
HINAWA_SND_EFW_STATUS_BAD_COMMAND |
The request includes invalid category or command. |
HINAWA_SND_EFW_STATUS_COMM_ERR |
The transaction fails due to communication error. |
HINAWA_SND_EFW_STATUS_BAD_QUAD_COUNT |
The number of quadlets in transaction is invalid. |
HINAWA_SND_EFW_STATUS_UNSUPPORTED |
The request is not supported. |
HINAWA_SND_EFW_STATUS_TIMEOUT |
The transaction is canceled due to response timeout. |
HINAWA_SND_EFW_STATUS_DSP_TIMEOUT |
The operation for DSP did not finish within timeout. |
HINAWA_SND_EFW_STATUS_BAD_RATE |
The request includes invalid value for sampling frequency. |
HINAWA_SND_EFW_STATUS_BAD_CLOCK |
The request includes invalid value for source of clock. |
HINAWA_SND_EFW_STATUS_BAD_CHANNEL |
The request includes invalid value for the number of channel. |
HINAWA_SND_EFW_STATUS_BAD_PAN |
The request includes invalid value for panning. |
HINAWA_SND_EFW_STATUS_FLASH_BUSY |
The on-board flash is busy and not operable. |
HINAWA_SND_EFW_STATUS_BAD_MIRROR |
The request includes invalid value for mirroring channel. |
HINAWA_SND_EFW_STATUS_BAD_LED |
The request includes invalid value for LED. |
HINAWA_SND_EFW_STATUS_BAD_PARAMETER |
The request includes invalid value of parameter. |
HINAWA_SND_EFW_STATUS_LARGE_RESP |
The size of response is larger than expected. |