IP aware socket address.
More...
#include <BSocket.h>
◆ SockAddrIP
◆ address()
uint32_t BSocketAddressINET::address |
( |
| ) |
|
Returns socket ip address.
◆ getHostName()
BString BSocketAddressINET::getHostName |
( |
| ) |
|
|
static |
Get this hosts network name.
◆ getIpAddresses()
BList< uint32_t > BSocketAddressINET::getIpAddresses |
( |
| ) |
|
|
static |
Get a list of all the IP addresses of this host.
◆ getIpAddressList()
Get a list of all the IP addresses of this host under hostname.
◆ getIpAddressListAll()
BList< BString > BSocketAddressINET::getIpAddressListAll |
( |
| ) |
|
|
static |
Get a list of all the IP addresses of this host looking at physical interfaces.
◆ getString()
BString BSocketAddressINET::getString |
( |
| ) |
|
Return string version of address <ip>:<port>
◆ port()
uint32_t BSocketAddressINET::port |
( |
| ) |
|
◆ set() [1/3]
◆ set() [2/3]
BError BSocketAddressINET::set |
( |
BString |
hostName, |
|
|
uint32_t |
port |
|
) |
| |
◆ set() [3/3]
BError BSocketAddressINET::set |
( |
uint32_t |
address, |
|
|
uint32_t |
port |
|
) |
| |
◆ setPort()
void BSocketAddressINET::setPort |
( |
uint32_t |
port | ) |
|
The documentation for this class was generated from the following files: