LOM2M  0.8.0
Classes | Enumerations
ResponsePrimitive.h File Reference
#include "configuration.h"
#include <WString.h>

Go to the source code of this file.

Classes

class  ResponsePrimitive
 

Enumerations

enum  ResponseStatusCode {
  R000_VOID = 0 , R2000_OK = 2000 , R204_NO_CONTENT = 204 , R2002_DELETED = 2002 ,
  R2004_UPDATED = 2004 , R2001_CREATED = 2001 , R4000_BAD_REQUEST = 4000 , R4103_ORIGINATOR_HAS_NO_PRIVILEGE = 4103 ,
  R4004_NOT_FOUND = 4004 , R4005_OPERATION_NOT_ALLOWED = 4005 , R4008_REQUEST_TIMEOUT = 4008 , R4105_CONFLICT = 4105 ,
  R5103_TARGET_NOT_REACHABLE = 5103 , R5106_ALREADY_EXISTS = 5106 , R4015_UNSUPPORTED_MEDIA_TYPE = 4015 , R5000_INTERNAL_SERVER_ERROR = 5000 ,
  R5001_NOT_IMPLEMENTED = 5001 , R5206_NON_BLOCKING_SYNCH_REQUEST_NOT_SUPPORTED = 5206 , R5207_NOT_ACCEPTABLE = 5207
}
 
enum  ContentStatus { CS_NULL = -1 , CS_STATIONARY = 1 , CS_MOBILE = 2 }
 

Enumeration Type Documentation

◆ ContentStatus

Enumerator
CS_NULL 
CS_STATIONARY 
CS_MOBILE 

◆ ResponseStatusCode

Enumerator
R000_VOID 
R2000_OK 
R204_NO_CONTENT 
R2002_DELETED 
R2004_UPDATED 
R2001_CREATED 
R4000_BAD_REQUEST 
R4103_ORIGINATOR_HAS_NO_PRIVILEGE 
R4004_NOT_FOUND 
R4005_OPERATION_NOT_ALLOWED 
R4008_REQUEST_TIMEOUT 
R4105_CONFLICT 
R5103_TARGET_NOT_REACHABLE 
R5106_ALREADY_EXISTS 
R4015_UNSUPPORTED_MEDIA_TYPE 
R5000_INTERNAL_SERVER_ERROR 
R5001_NOT_IMPLEMENTED 
R5206_NON_BLOCKING_SYNCH_REQUEST_NOT_SUPPORTED 
R5207_NOT_ACCEPTABLE