NSDL C library
Dependents: NSDL_HelloWorld_WiFi UbloxModemNanoServiceClient IOT-NSDL_HelloWorld LWM2M_NanoService_Ethernet ... more
Fork of nsdl_lib by
Note that use of this software requires acceptance of the Sensinode EULA: http://mbed.org/teams/Sensinode/code/nsdl_lib/wiki/EULA
Diff: sn_nsdl.h
- Revision:
- 1:01d723824294
- Parent:
- 0:58c4f13c4b9a
- Child:
- 3:d8cb1afd7285
--- a/sn_nsdl.h Wed Oct 09 09:20:29 2013 +0000
+++ b/sn_nsdl.h Wed Oct 09 14:18:21 2013 +0000
@@ -68,7 +68,9 @@
/* * * * STRUCTURES * * * */
/* * * * * * * * * * * * * */
-/* Address structure of Packet data */
+/**
+ * Address structure of Packet data
+ */
typedef struct sn_nsdl_addr_
{
sn_nsdl_addr_type_e type;
@@ -82,7 +84,9 @@
} sn_nsdl_addr_s;
-/* This structure is returned by sn_coap_exec() for sending */
+/**
+ * This structure is returned by sn_coap_exec() for sending
+ */
typedef struct sn_nsdl_transmit_
{
sn_nsdl_addr_s *dst_addr_ptr;
