Open 3D Engine AzNetworking API Reference  2305.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) const AzNetworking::IpAddress
GetIpString() const AzNetworking::IpAddress
GetPort(ByteOrder byteOrder) const AzNetworking::IpAddress
GetQuadA() const AzNetworking::IpAddressinline
GetQuadB() const AzNetworking::IpAddressinline
GetQuadC() const AzNetworking::IpAddressinline
GetQuadD() const AzNetworking::IpAddressinline
GetString() const AzNetworking::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) const AzNetworking::IpAddressinline
operator<(const IpAddress &rhs) const AzNetworking::IpAddressinline
operator<=(const IpAddress &rhs) const AzNetworking::IpAddressinline
operator==(const IpAddress &rhs) const AzNetworking::IpAddressinline
operator>(const IpAddress &rhs) const AzNetworking::IpAddressinline
operator>=(const IpAddress &rhs) const AzNetworking::IpAddressinline
Serialize(ISerializer &serializer)AzNetworking::IpAddress
~IpAddress()=default (defined in AzNetworking::IpAddress)AzNetworking::IpAddressvirtual