D | node.py | 3023 def _coap_rq(self, method, ipaddr, uri, con=False, payload=None): argument 3027 cmd = 'coap %s %s %s' % (method, ipaddr, uri) 3039 def _coap_rq_block(self, method, ipaddr, uri, size=16, count=0): argument 3043 cmd = 'coap %s %s %s' % (method, ipaddr, uri)
|