SDK error mangagement documentation. More...
Functions | |
| int __SDK | dhdErrorGetLast () |
| const char *__SDK | dhdErrorGetLastStr () |
| const char *__SDK | dhdErrorGetStr (int error) |
SDK error mangagement documentation.
| int __SDK dhdErrorGetLast | ( | ) |
Returns the last error code encountered in the running thread. See error management for details.
| const char *__SDK dhdErrorGetLastStr | ( | ) |
Returns a brief string describing the last error encountered in the running thread. See error management for details.
| const char *__SDK dhdErrorGetStr | ( | int | error | ) |
Returns a brief string describing a given error code. See error management for details.
| error | error code |