Common constants used in Edge Core. More...
Go to the source code of this file.
Macros | |
| #define | OPERATION_READ 0x01 |
| Read operation bitmask for a resource. More... | |
| #define | OPERATION_WRITE 0x02 |
| Write operation bitmask for a resource. | |
| #define | OPERATION_READ_WRITE OPERATION_READ | OPERATION_WRITE |
| Combined read and write operation bitmask for a resource. | |
| #define | OPERATION_EXECUTE 0x04 |
| Execution operation bitmask for a resource. | |
| #define | OPERATION_DELETE 0x08 |
| Delete operation bitmask for a resource. | |
Enumerations | |
| enum | Lwm2mResourceType { LWM2M_STRING, LWM2M_INTEGER, LWM2M_FLOAT, LWM2M_BOOLEAN, LWM2M_OPAQUE, LWM2M_TIME, LWM2M_OBJLINK } |
| LwM2M resource type enumeration constants. | |
Common constants used in Edge Core.