otThreadSetRouterIdRange() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesData Use

Return value

OT_ERROR_NONE Successfully set the range. OT_ERROR_INVALID_ARGS aMinRouterId > aMaxRouterId, or the range is not covered by [0, 62].

Notes

This API requires `OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE`, and is only used for test purpose. All the router IDs in the range [aMinRouterId, aMaxRouterId] are allowed.

References