NNN50 WIFI_API library
Dependents: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
Endpoint Class Reference
IP Endpoint (address, port) More...
#include <Endpoint.h>
Inherited by TCPSocketConnection.
Public Member Functions | |
| Endpoint (void) | |
| IP Endpoint (address, port) | |
| void | reset_address (void) |
| Reset the address of this endpoint. | |
| int | set_address (const char *host, const int port) |
| Set the address of this endpoint. | |
| char * | get_address (void) |
| Get the IP address of this endpoint. | |
| int | get_port (void) |
| Get the port of this endpoint. | |
Friends | |
| class | UDPSocket |
Detailed Description
IP Endpoint (address, port)
Definition at line 26 of file Endpoint.h.
Constructor & Destructor Documentation
Member Function Documentation
| char* get_address | ( | void | ) |
Get the IP address of this endpoint.
- Returns:
- The IP address of this endpoint.
| int get_port | ( | void | ) |
Get the port of this endpoint.
- Returns:
- The port of this endpoint
| void reset_address | ( | void | ) |
Reset the address of this endpoint.
| int set_address | ( | const char * | host, |
| const int | port | ||
| ) |
Set the address of this endpoint.
- Parameters:
-
host The endpoint address (it can either be an IP Address or a hostname that will be resolved with DNS). port The endpoint port
- Returns:
- 0 on success, -1 on failure (when an hostname cannot be resolved by DNS).
Generated on Wed Jul 13 2022 16:32:38 by
1.7.2