Error Codes
[Wireless]

Defines

#define WL_SUCCESS   INT8_C(0)
 Success.
#define WL_ERROR_INIT_FAILED   INT8_C(-1)
 Error code for init failure.
#define WL_ERROR_INIT_ALREADY_INITD   INT8_C(-2)
 Error code for duplicate init calls.
#define WL_ERROR_LIBRARY_NOT_INITD   INT8_C(-3)
 Error code for not calling init.
#define WL_ERROR_TERMINATION_FAILED   INT8_C(-4)
 Error code for failed termination.
#define WL_ERROR_FAILED_REGISTRATION   INT8_C(-5)
 Error code for failed packet group registration.
#define WL_ERROR_FAILED_UNREGISTRATION   INT8_C(-6)
 Error code for failed packet group registration.
#define WL_ERROR_ARGUMENT   INT8_C(-7)
 Error in arguments.
#define WL_ERROR_SEND   INT8_C(-10)
 Error code for send failure.
#define WL_ERROR_BAD_GROUP   INT8_C(-11)
 Error code for a bad group number.
#define WL_ERROR_SCOPE   INT8_C(-12)
 Error code for a bad scope.
#define WL_ERROR_ADDRESS   INT8_C(-13)
 Error code for a bad robot address.
#define WL_ERROR_MODE   INT8_C(-14)
 Error code for a bad mode.
#define WL_ERROR_TOO_SMALL   INT8_C(-15)
 Error code for received paacket destination too small for received packet.
#define WL_ERROR_SENDING_BUFFER_FULL   INT8_C(-16)
 Error code for sending buffer full (the packet was sent, but no retries will be made).
#define WL_ERROR_XBEE_COMMAND   INT8_C(-17)
 Error code for failed xbee command.
#define WL_ERROR_XBEE_COMMAND_16BIT   0xFEFE
 Error code for failed 16bit xbee command.
#define WL_ERROR_BAUD   INT8_C(-18)
 Error code for bad baud rate.
Generated on Thu May 6 13:17:00 2010 for libwireless by  doxygen 1.6.3