Yes We Can / yeswecancoap

Dependencies:   DebugLib EthernetInterface cantcoap mbed-rtos

Dependents:   COAP coap

Fork of yeswecancoap by Sille Van Landschoot

Committer:
sillevl
Date:
Wed Oct 21 08:10:12 2015 +0000
Revision:
4:34a62b7cb2f9
Child:
5:1924c60356d0
added response class and did some small refactoring

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sillevl 4:34a62b7cb2f9 1 #include "response.h"
sillevl 4:34a62b7cb2f9 2
sillevl 4:34a62b7cb2f9 3
sillevl 4:34a62b7cb2f9 4 Response::Response() : CoapPDU()
sillevl 4:34a62b7cb2f9 5 {
sillevl 4:34a62b7cb2f9 6
sillevl 4:34a62b7cb2f9 7
sillevl 4:34a62b7cb2f9 8 }