Open 3D Engine AzNetworking API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzNetworking::IpAddress Member List

This is the complete list of members for AzNetworking::IpAddress, including all inherited members.

GetAddress(ByteOrder byteOrder) constAzNetworking::IpAddress
GetIpString() constAzNetworking::IpAddress
GetPort(ByteOrder byteOrder) constAzNetworking::IpAddress
GetQuadA() constAzNetworking::IpAddressinline
GetQuadB() constAzNetworking::IpAddressinline
GetQuadC() constAzNetworking::IpAddressinline
GetQuadD() constAzNetworking::IpAddressinline
GetString() constAzNetworking::IpAddress
IpAddress()=default (defined in AzNetworking::IpAddress)AzNetworking::IpAddress
IpAddress(const char *hostname, const char *service, ProtocolType type)AzNetworking::IpAddress
IpAddress(const char *hostname, uint16_t port, ProtocolType type)AzNetworking::IpAddress
IpAddress(uint8_t quadA, uint8_t quadB, uint8_t quadC, uint8_t quadD, uint16_t port)AzNetworking::IpAddress
IpAddress(ByteOrder byteOrder, uint32_t address, uint16_t port)AzNetworking::IpAddress
IpString typedef (defined in AzNetworking::IpAddress)AzNetworking::IpAddress
MaxIpStringLength (defined in AzNetworking::IpAddress)AzNetworking::IpAddressstatic
operator!=(const IpAddress &rhs) constAzNetworking::IpAddressinline
operator<(const IpAddress &rhs) constAzNetworking::IpAddressinline
operator<=(const IpAddress &rhs) constAzNetworking::IpAddressinline
operator==(const IpAddress &rhs) constAzNetworking::IpAddressinline
operator>(const IpAddress &rhs) constAzNetworking::IpAddressinline
operator>=(const IpAddress &rhs) constAzNetworking::IpAddressinline
Serialize(ISerializer &serializer)AzNetworking::IpAddress
~IpAddress()=default (defined in AzNetworking::IpAddress)AzNetworking::IpAddressvirtual