#include <juce_core.h>
Creates a null address (0.0.0.0).
Creates an address from 4 bytes.
Creates an address from 4 bytes.
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.
Parses a string IP address of the form "a.b.c.d".
Returns an address meaning "any" (0.0.0.0)
Returns an address meaning "broadcast" (255.255.255.255)
Populates a list of all the IP addresses that this machine is using.
Returns an address meaning "localhost" (127.0.0.1)
String IPAddress::toString |
( |
| ) |
const |
Returns a dot-separated string in the form "1.2.3.4"
uint8 juce::IPAddress::address[4] |
The elements of the IP address.
The documentation for this class was generated from the following files: