Home
last modified time | relevance | path

Searched defs:OTCommandHandler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/tools/otci/otci/
H A Dcommand_handlers.py42 class OTCommandHandler(ABC): class
H A Dotci.py54 def __init__(self, otcmd: OTCommandHandler):
3062 def connect_cmd_handler(cmd_handler: OTCommandHandler) -> OTCI: