Home
last modified time | relevance | path

Searched refs:xRloc16 (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/tools/harness-thci/
DOpenThread_WpanCtl.py520 def __convertRlocToRouterId(self, xRloc16): argument
532 print(xRloc16)
551 if isinstance(xRloc16, str):
553 if rloc16 == xRloc16:
555 elif isinstance(xRloc16, int):
556 if int(rloc16, 16) == xRloc16:
DOpenThread.py666 def __convertRlocToRouterId(self, xRloc16): argument
694 if isinstance(xRloc16, str):
696 if rloc16 == xRloc16:
698 elif isinstance(xRloc16, int):
699 if int(rloc16, 16) == xRloc16: