COAP 消息分request/response,通过Code 区分。
request 消息通过CoapResource的handleRequest(Exchange exchange)处理
response消息通过notificationListener 处理
coapEndpoint.addNotificationListener(observeNotificationListener);
COAP 消息分request/response,通过Code 区分。
request 消息通过CoapResource的handleRequest(Exchange exchange)处理
response消息通过notificationListener 处理
coapEndpoint.addNotificationListener(observeNotificationListener);