Home
last modified time | relevance | path

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

/openthread-latest/tools/otci/otci/
Dtypes.py39 class RouterId(int): class
Dotci.py39 from .types import ChildId, Rloc16, Ip6Addr, ThreadState, PartitionId, DeviceMode, RouterId, Securi…
663 def get_router_list(self) -> List[RouterId]:
666 return list(map(RouterId, line.strip().split()))
668 def get_router_table(self) -> Dict[RouterId, RouterTableEntry]:
699 table[RouterId(id)] = router = RouterTableEntry({
700 'id': RouterId(id),
729 'id': RouterId(id),