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.
Dependents: MurataTypeYD_RPC_Sample
Fork of SNICInterface_mod by
Diff: SNIC/SNIC_Core.h
- Revision:
- 27:dcc4f34448f0
- Parent:
- 26:f2e1030964e4
- Child:
- 28:b796031f6519
--- a/SNIC/SNIC_Core.h Fri Mar 28 03:03:40 2014 +0000
+++ b/SNIC/SNIC_Core.h Mon Mar 31 02:06:14 2014 +0000
@@ -117,6 +117,14 @@
unsigned char local_addr[4];
unsigned char local_port[2];
}tagSNIC_TCP_CREATE_SOCKET_REQ_T;
+
+ /** SNIC_CLOSE_SOCKET_REQ */
+ typedef struct
+ {
+ unsigned char cmd_sid;
+ unsigned char seq;
+ unsigned char socket_id;
+ }tagSNIC_CLOSE_SOCKET_REQ_T;
/** SNIC_TCP_SEND_FROM_SOCKET_REQ */
typedef struct
