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: C027 C12832 EthernetInterface StatusReporter LM75B endpoint_core endpoint_nsp mbed-rtos mbed nsp_resources
Diff: NSPResource.h
- Revision:
- 106:4f7323a01fb8
- Parent:
- 105:d431fd03db64
- Child:
- 142:e95256b893da
--- a/NSPResource.h Sat Mar 15 05:29:29 2014 +0000
+++ b/NSPResource.h Sat Mar 15 05:57:28 2014 +0000
@@ -33,6 +33,8 @@
int m_interface_len;
char *m_resource;
int m_resource_len;
+ int m_observable;
+ int m_registered;
sn_grs_resource_acl_e m_acl;
public: