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 MTS-Socket by
Transport.cpp
00001 #include "Transport.h" 00002 00003 IPStack* Transport::transport = NULL; 00004 00005 void Transport::setTransport(IPStack* type) 00006 { 00007 transport = type; 00008 } 00009 00010 IPStack* Transport::getInstance() 00011 { 00012 return transport; 00013 } 00014
Generated on Wed Jul 13 2022 10:29:47 by
