#include <juce_IPAddress.h>
◆ IPAddress() [1/5]
Creates a null address (0.0.0.0).
◆ IPAddress() [2/5]
Creates an address from 4 bytes.
◆ IPAddress() [3/5]
Creates an address from 4 bytes.
◆ IPAddress() [4/5]
IPAddress::IPAddress |
( |
uint32 |
asNativeEndian32Bit | ) |
|
|
explicitnoexcept |
Creates an address from a packed 32-bit integer, where the MSB is the first number in the address, and the LSB is the last.
◆ IPAddress() [5/5]
Parses a string IP address of the form "a.b.c.d".
◆ any()
Returns an address meaning "any" (0.0.0.0)
◆ broadcast()
Returns an address meaning "broadcast" (255.255.255.255)
◆ findAllAddresses()
Populates a list of all the IP addresses that this machine is using.
◆ local()
Returns an address meaning "localhost" (127.0.0.1)
◆ operator!=()
◆ operator==()
◆ toString()
String IPAddress::toString |
( |
| ) |
const |
Returns a dot-separated string in the form "1.2.3.4"
◆ address
uint8 IPAddress::address[4] |
The elements of the IP address.
The documentation for this class was generated from the following files: