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.
Fork of mbed-client by
Diff: source/m2mconstants.cpp
- Revision:
- 4:ae5178938864
- Parent:
- 1:79b6cc67d8b4
--- a/source/m2mconstants.cpp Fri Feb 19 17:44:50 2016 +0000 +++ b/source/m2mconstants.cpp Sat Apr 02 00:31:13 2016 +0300 @@ -15,6 +15,7 @@ */ #include "mbed-client/m2mconstants.h" const String COAP = "coap://"; +const String COAPS = "coaps://"; // PUT attributes to be checked from server const String EQUAL = "="; @@ -24,6 +25,7 @@ const String GT = "gt"; const String LT = "lt"; const String ST = "st"; +const String STP = "stp"; const String CANCEL = "cancel";