Searched refs:RouterId (Results 1 – 2 of 2) sorted by relevance
| /openthread-latest/tools/otci/otci/ |
| D | types.py | 39 class RouterId(int): class
|
| D | otci.py | 39 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),
|