Lines Matching refs:coap
34 import coap
76 elif isinstance(udp_datagram.payload, (coap.CoapMessage, coap.CoapMessageProxy)):
113 msg._coap = self.coap
166 def coap(self): member in Message
266 for tlv in self.coap.payload:
275 for tlv in self.coap.payload:
287 for tlv in self.coap.payload:
298 for tlv in self.coap.payload:
308 assert uri_path == self.coap.uri_path
314 assert code == self.coap.code
393 if uri_path is not None and m.coap.uri_path != uri_path:
397 if not m.coap.code.is_equal_dotted(code):