Added more status codes.

This commit is contained in:
Juan Carlos Luciani 2006-05-16 15:20:06 +00:00
parent 8ce091e185
commit e621b59930

View File

@ -136,6 +136,7 @@ typedef uint32_t CasaStatus;
#define CASA_STATUS_PROTOCOL_ERROR ((CasaStatus)0x0000001F)
#define CASA_STATUS_SERVER_ERROR ((CasaStatus)0x00000020)
#define CASA_STATUS_NO_CREDENTIALS ((CasaStatus)0x00000021)
#define CASA_STATUS_NOT_CONFIGURED ((CasaStatus)0x00000022)
//===[ Macro definitions ]==============================