pub unsafe extern "C" fn otNetDataGetNextLowpanContextInfo(
    aInstance: *mut otInstance,
    aIterator: *mut otNetworkDataIterator,
    aContextInfo: *mut otLowpanContextInfo
) -> otError
Expand description

Get the next 6LoWPAN Context ID info in the partition’s Network Data.

@param[in] aInstance A pointer to an OpenThread instance. @param[in,out] aIterator A pointer to the Network Data iterator. To get the first service entry it should be set to OT_NETWORK_DATA_ITERATOR_INIT. @param[out] aContextInfo A pointer to where the retrieved 6LoWPAN Context ID information will be placed.

@retval OT_ERROR_NONE Successfully found the next 6LoWPAN Context ID info. @retval OT_ERROR_NOT_FOUND No subsequent 6LoWPAN Context info exists in the partition’s Network Data.