D | node.py | 2822 def _coap_rq(self, method, ipaddr, uri, con=False, payload=None): argument 2826 cmd = 'coap %s %s %s' % (method, ipaddr, uri) 2838 def _coap_rq_block(self, method, ipaddr, uri, size=16, count=0): argument 2842 cmd = 'coap %s %s %s' % (method, ipaddr, uri)
|