Home
last modified time | relevance | path

Searched refs:OTCommandHandler (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tools/otci/otci/
Dcommand_handlers.py42 class OTCommandHandler(ABC): class
88 class OtCliCommandRunner(OTCommandHandler):
228 class OtbrSshCommandRunner(OTCommandHandler):
302 class OtbrAdbCommandRunner(OTCommandHandler):
D__init__.py32 from .command_handlers import OTCommandHandler
Dotci.py36 from .command_handlers import OTCommandHandler, OtCliCommandRunner, OtbrSshCommandRunner, OtbrAdbTc…
54 def __init__(self, otcmd: OTCommandHandler): argument
60 self.__otcmd: OTCommandHandler = otcmd
3188 def connect_cmd_handler(cmd_handler: OTCommandHandler) -> OTCI: argument