Searched refs:coap_put (Results 1 – 3 of 3) sorted by relevance
/openthread-3.4.0/tools/otci/tests/ |
D | test_otci.py | 302 leader.coap_put(leader.get_ipaddr_rloc(), 'test', 'con', 'xxx')
|
/openthread-3.4.0/tools/otci/otci/ |
D | otci.py | 2318 …def coap_put(self, addr: Union[str, Ip6Addr], uri_path: str, type: str = "con", payload: Optional[… member in OTCI
|
/openthread-3.4.0/tests/scripts/thread-cert/ |
D | node.py | 2810 def coap_put(self, ipaddr, uri, con=False, payload=None): member in NodeImpl
|