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.
TCPStatusIndication.h
00001 #ifndef SmartLab_MuRata_Indication_TCPStatusIndication 00002 #define SmartLab_MuRata_Indication_TCPStatusIndication 00003 00004 #include "Payload.h" 00005 #include "SNICCode.h" 00006 00007 namespace SmartLabMuRata 00008 { 00009 class TCPStatusIndication : public Payload 00010 { 00011 private: 00012 char socketID; 00013 00014 public : 00015 TCPStatusIndication(Payload * payload); 00016 00017 SNICCode GetStatus(); 00018 00019 char GetSocketID(); 00020 }; 00021 } 00022 00023 #endif
Generated on Fri Jul 15 2022 01:02:11 by
 1.7.2
 1.7.2