| Top |
| const gchar * | dfu_state_to_string () |
| const gchar * | dfu_status_to_string () |
| const gchar * | dfu_mode_to_string () |
| const gchar * | dfu_cipher_kind_to_string () |
| const gchar * | dfu_version_to_string () |
| const gchar * | dfu_action_to_string () |
| enum | DfuRequest |
| enum | DfuStatus |
| enum | DfuState |
| enum | DfuMode |
| enum | DfuCipherKind |
| enum | DfuVersion |
| enum | DfuAction |
| #define | DFU_METADATA_KEY_LICENSE |
| #define | DFU_METADATA_KEY_COPYRIGHT |
| #define | DFU_METADATA_KEY_CIPHER_KIND |
const gchar *
dfu_state_to_string (DfuState state);
Converts an enumerated value to a string.
Since: 0.5.4
const gchar *
dfu_status_to_string (DfuStatus status);
Converts an enumerated value to a string.
Since: 0.5.4
const gchar *
dfu_mode_to_string (DfuMode mode);
Converts an enumerated value to a string.
Since: 0.5.4
const gchar *
dfu_cipher_kind_to_string (DfuCipherKind cipher_kind);
Converts an enumerated value to a string.
Since: 0.5.4
const gchar *
dfu_version_to_string (DfuVersion version);
Converts an enumerated value to a string.
Since: 0.7.2
const gchar *
dfu_action_to_string (DfuAction action);
Converts an enumerated value to a string.
Since: 0.7.5
The status enumerated kind.
|
No error condition is present |
||
|
File is not targeted for use by this device |
||
|
File is for this device but fails a verification test |
||
|
Device is unable to write memory |
||
|
Memory erase function failed |
||
|
Memory erase check failed |
||
|
Program memory function failed |
||
|
Programmed memory failed verification |
||
|
Cannot program memory due to received address that isout of range |
||
|
Received DFU_DNLOAD with wLength = 0 but data is incomplete |
||
|
Device firmware is corrupt |
||
|
iString indicates a vendor-specific error |
||
|
Device detected unexpected USB reset signaling |
||
|
Device detected unexpected power on reset |
||
|
Something unexpected went wrong |
||
|
Device stalled an unexpected request |
The state enumerated kind.