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.
Host Class Reference
Host information container. More...
#include <host.h>
Public Member Functions | |
Host () | |
Initiliazes host with null values. | |
Host (const IpAddr &ip, const int &port, const char *name="") | |
Initializes host. | |
const IpAddr & | getIp () const |
Returns IP address. | |
const int & | getPort () const |
Returns port number. | |
const char * | getName () const |
Returns host name. | |
void | setIp (const IpAddr &ip) |
Sets IP address. | |
void | setPort (int port) |
Sets port number. | |
void | setName (const char *name) |
Sets host name. |
Detailed Description
Host information container.
This class is a container for data relative to a connection:
- IP Address
- Port number
- Host Name
Definition at line 37 of file host.h.
Constructor & Destructor Documentation
Member Function Documentation
Generated on Tue Jul 12 2022 15:26:31 by
