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. | |
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 LPC1768/core/host.h.
Constructor & Destructor Documentation
Host | ( | ) |
Initiliazes host with null values.
Definition at line 41 of file LPC1768/core/host.h.
Initializes host.
Definition at line 47 of file LPC1768/core/host.h.
Host | ( | ) |
Initiliazes host with null values.
Definition at line 41 of file LPC2368/core/host.h.
Initializes host.
Definition at line 47 of file LPC2368/core/host.h.
Member Function Documentation
const IpAddr& getIp | ( | ) | const |
Returns IP address.
Definition at line 61 of file LPC1768/core/host.h.
const IpAddr& getIp | ( | ) | const |
Returns IP address.
Definition at line 61 of file LPC2368/core/host.h.
const char* getName | ( | ) | const |
Returns host name.
Definition at line 73 of file LPC2368/core/host.h.
const char* getName | ( | ) | const |
Returns host name.
Definition at line 73 of file LPC1768/core/host.h.
const int& getPort | ( | ) | const |
Returns port number.
Definition at line 67 of file LPC1768/core/host.h.
const int& getPort | ( | ) | const |
Returns port number.
Definition at line 67 of file LPC2368/core/host.h.
void setIp | ( | const IpAddr & | ip ) |
Sets IP address.
Definition at line 79 of file LPC1768/core/host.h.
void setIp | ( | const IpAddr & | ip ) |
Sets IP address.
Definition at line 79 of file LPC2368/core/host.h.
void setName | ( | const char * | name ) |
Sets host name.
Definition at line 91 of file LPC2368/core/host.h.
void setName | ( | const char * | name ) |
Sets host name.
Definition at line 91 of file LPC1768/core/host.h.
void setPort | ( | int | port ) |
Sets port number.
Definition at line 85 of file LPC2368/core/host.h.
void setPort | ( | int | port ) |
Sets port number.
Definition at line 85 of file LPC1768/core/host.h.
Generated on Tue Jul 12 2022 13:17:38 by
