|
|
#define | NBUP_ERR_NO_ERR 0 |
| | No errors.
|
| |
|
#define | NBUP_ERR_BAD_SOCK -1 |
| | File descriptor socket is invlaid.
|
| |
|
#define | NBUP_ERR_TIMEOUT -2 |
| | Timeout.
|
| |
|
#define | NBUP_ERR_TOO_LARGE -3 |
| | Application update record is too large.
|
| |
|
#define | NBUP_ERR_WRONG_PLAT -4 |
| | Device platform name does not match.
|
| |
|
#define | NBUP_ERR_BAD_PROG -5 |
| | Programming failed, invalid checksum.
|
| |
|
#define | NBUP_ERR_BAD_AUTH -6 |
| | Application update record authentication failed.
|
| |