Awa LWM2M C API (0.2.5)  
Functions
Awa___ArrayIterator_GetIndex

Return the current index of the resource instance of the specified Array Iterator. More...

Functions

AwaArrayIndex AwaCStringArrayIterator_GetIndex (const AwaCStringArrayIterator *iterator)
 
AwaArrayIndex AwaIntegerArrayIterator_GetIndex (const AwaIntegerArrayIterator *iterator)
 
AwaArrayIndex AwaFloatArrayIterator_GetIndex (const AwaFloatArrayIterator *iterator)
 
AwaArrayIndex AwaBooleanArrayIterator_GetIndex (const AwaBooleanArrayIterator *iterator)
 
AwaArrayIndex AwaOpaqueArrayIterator_GetIndex (const AwaOpaqueArrayIterator *iterator)
 
AwaArrayIndex AwaTimeArrayIterator_GetIndex (const AwaTimeArrayIterator *iterator)
 
AwaArrayIndex AwaObjectLinkArrayIterator_GetIndex (const AwaObjectLinkArrayIterator *iterator)
 

Detailed Description

Return the current index of the resource instance of the specified Array Iterator.

Parameters
[in]iteratorA pointer to a valid Array Iterator of the specified type.
Returns
the current index of the Array Iterator if the input Array Iterator is valid.
0 if the input Array Iterator is invalid.

Function Documentation

AwaArrayIndex AwaCStringArrayIterator_GetIndex ( const AwaCStringArrayIterator iterator)
AwaArrayIndex AwaIntegerArrayIterator_GetIndex ( const AwaIntegerArrayIterator iterator)
AwaArrayIndex AwaFloatArrayIterator_GetIndex ( const AwaFloatArrayIterator iterator)
AwaArrayIndex AwaBooleanArrayIterator_GetIndex ( const AwaBooleanArrayIterator iterator)
AwaArrayIndex AwaOpaqueArrayIterator_GetIndex ( const AwaOpaqueArrayIterator iterator)
AwaArrayIndex AwaTimeArrayIterator_GetIndex ( const AwaTimeArrayIterator iterator)
AwaArrayIndex AwaObjectLinkArrayIterator_GetIndex ( const AwaObjectLinkArrayIterator iterator)