Searched refs:_coap_rq (Results 1 – 1 of 1) sorted by relevance
/openthread-3.5.0/tests/scripts/thread-cert/ |
D | node.py | 2820 return self._coap_rq('delete', ipaddr, uri, con, payload) 2826 return self._coap_rq('get', ipaddr, uri, con, payload) 2838 return self._coap_rq('observe', ipaddr, uri, con, payload) 2844 return self._coap_rq('post', ipaddr, uri, con, payload) 2856 return self._coap_rq('put', ipaddr, uri, con, payload) 2864 def _coap_rq(self, method, ipaddr, uri, con=False, payload=None): member in NodeImpl
|