Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DebugLib EthernetInterface cantcoap mbed-rtos
Fork of yeswecancoap by
response.cpp@4:34a62b7cb2f9, 2015-10-21 (annotated)
- 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?
| User | Revision | Line number | New 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 | } | 
