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 SNICInterface by
Diff: SNIC/SNIC_UartCommandManager.h
- Revision:
- 32:ae95309643aa
- Parent:
- 29:6a0ba999597d
- Child:
- 33:33f1bc919486
--- a/SNIC/SNIC_UartCommandManager.h Thu May 29 03:23:21 2014 +0000 +++ b/SNIC/SNIC_UartCommandManager.h Fri May 30 08:30:40 2014 +0000 @@ -56,6 +56,7 @@ friend class C_SNIC_Core; friend class C_SNIC_WifiInterface; friend class TCPSocketConnection; +friend class TCPSocketServer; friend class Socket; private: @@ -110,6 +111,8 @@ void scanResultIndicate( unsigned char *payload_p, int payload_len ); + void connectedTCPClient( unsigned char *payload_p, int payload_len ); + /** Checks in the command which is waiting from Command ID and Sub ID. @param command_id Command ID @param payload_p Command payload