Awa LWM2M C API (0.2.5)  
Functions
Awa___ArrayIterator_Next

Check whether or not the iterator has not reached the end of reading its array's values. More...

Functions

bool AwaCStringArrayIterator_Next (AwaCStringArrayIterator *iterator)
 
bool AwaIntegerArrayIterator_Next (AwaIntegerArrayIterator *iterator)
 
bool AwaFloatArrayIterator_Next (AwaFloatArrayIterator *iterator)
 
bool AwaBooleanArrayIterator_Next (AwaBooleanArrayIterator *iterator)
 
bool AwaOpaqueArrayIterator_Next (AwaOpaqueArrayIterator *iterator)
 
bool AwaTimeArrayIterator_Next (AwaTimeArrayIterator *iterator)
 
bool AwaObjectLinkArrayIterator_Next (AwaObjectLinkArrayIterator *iterator)
 

Detailed Description

Check whether or not the iterator has not reached the end of reading its array's values.

If the iterator has not reached the end, advance its position to the next resource instance in the array.

Parameters
[in]iteratorA pointer to a valid Array Iterator of the specified type.
Returns
true if the input Array Iterator is valid and the iterator has not yet reached the end of its array.
false if the input Array Iterator is invalid, or has reached the end of its array.

Function Documentation

bool AwaCStringArrayIterator_Next ( AwaCStringArrayIterator iterator)
bool AwaIntegerArrayIterator_Next ( AwaIntegerArrayIterator iterator)
bool AwaFloatArrayIterator_Next ( AwaFloatArrayIterator iterator)
bool AwaBooleanArrayIterator_Next ( AwaBooleanArrayIterator iterator)
bool AwaOpaqueArrayIterator_Next ( AwaOpaqueArrayIterator iterator)
bool AwaTimeArrayIterator_Next ( AwaTimeArrayIterator iterator)
bool AwaObjectLinkArrayIterator_Next ( AwaObjectLinkArrayIterator iterator)