Supported resource types.
| Enumerator |
|---|
| AwaResourceType_Invalid |
indicates an invalid resource type
|
| AwaResourceType_None |
indicates a resource with no type
|
| AwaResourceType_String |
indicates a resource capable of holding an ASCII string (UTF-8 is not supported)
|
| AwaResourceType_Integer |
indicates a resource capable of holding a LWM2M Integer value
|
| AwaResourceType_Float |
indicates a resource capable of holding a LWM2M Float value
|
| AwaResourceType_Boolean |
indicates a resource capable of holding a LWM2M Boolean value
|
| AwaResourceType_Opaque |
indicates a resource capable of holding a LWM2M Opaque value
|
| AwaResourceType_Time |
indicates a resource capable of holding a LWM2M Time value
|
| AwaResourceType_ObjectLink |
indicates a resource capable of holding a LWM2M ObjectLink value
|
| AwaResourceType_StringArray |
indicates a multiple-instance resource capable of holding a number of ASCII string values
|
| AwaResourceType_IntegerArray |
indicates a multiple-instance resource capable of holding a number of LWM2M Integer values
|
| AwaResourceType_FloatArray |
indicates a multiple-instance resource capable of holding a number of LWM2M Float values
|
| AwaResourceType_BooleanArray |
indicates a multiple-instance resource capable of holding a number of LWM2M Boolean values
|
| AwaResourceType_OpaqueArray |
indicates a multiple-instance resource capable of holding a number of LWM2M Opaque values
|
| AwaResourceType_TimeArray |
indicates a multiple-instance resource capable of holding a number of LWM2M Time values
|
| AwaResourceType_ObjectLinkArray |
indicates a multiple-instance resource capable of holding a number of LWM2M ObjectLink values
|
| AwaResourceType_LAST |
Reserved value.
|
| AwaResourceType_FirstArrayType |
Reserved value.
|
| AwaResourceType_LastArrayType |
Reserved value.
|