Awa LWM2M C API (0.2.5)  
Functions
Awa___Array_New

Allocate and return a pointer to a new array of the specified type, that can be used to set and retrieve values. More...

Functions

AwaStringArrayAwaStringArray_New (void)
 
AwaIntegerArrayAwaIntegerArray_New (void)
 
AwaFloatArrayAwaFloatArray_New (void)
 
AwaBooleanArrayAwaBooleanArray_New (void)
 
AwaOpaqueArrayAwaOpaqueArray_New (void)
 
AwaTimeArrayAwaTimeArray_New (void)
 
AwaObjectLinkArrayAwaObjectLinkArray_New (void)
 

Detailed Description

Allocate and return a pointer to a new array of the specified type, that can be used to set and retrieve values.

The array is owned by the caller and should eventually be freed with Awa___Array_Free.

Returns
the newly allocated array on success.
NULL on failure.

Function Documentation

AwaStringArray* AwaStringArray_New ( void  )
AwaIntegerArray* AwaIntegerArray_New ( void  )
AwaFloatArray* AwaFloatArray_New ( void  )
AwaBooleanArray* AwaBooleanArray_New ( void  )
AwaOpaqueArray* AwaOpaqueArray_New ( void  )
AwaTimeArray* AwaTimeArray_New ( void  )
AwaObjectLinkArray* AwaObjectLinkArray_New ( void  )