Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Networking/Public/Interfaces/IPv4/IPv4SubnetMask.h |
Include |
#include "Interfaces/IPv4/IPv4SubnetMask.h" |
struct FIPv4SubnetMask
Implements an IPv4 subnet mask.
Name | Description | |
---|---|---|
|
FIPv4SubnetMask() |
Default constructor. |
|
FIPv4SubnetMask ( |
Creates and initializes a new IPv4 subnet mask with the specified value. |
|
FIPv4SubnetMask |
Creates and initializes a new IPv4 subnet mask with the specified components. |
Name | Description | ||
---|---|---|---|
|
EIPv4SubnetC... |
GetClass() |
Gets the subnet class that this mask specifies. |
|
Parse ( |
Converts a string to an IPv4 subnet mask. |
|
|
ToString() |
Converts this IP address to its string representation. |
|
|
ToText() |
Gets the display text representation. |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
Compares this subnet mask with the given address for inequality. |
|
|
FIPv4SubnetM... |
operator~() |
Returns an inverted subnet mask. |
|
operator== ( |
Compares this subnet mask with the given mask for equality. |