5 #ifndef PPAPI_CPP_NET_ADDRESS_H_ 
    6 #define PPAPI_CPP_NET_ADDRESS_H_ 
    8 #include "ppapi/c/ppb_net_address.h" 
    9 #include "ppapi/cpp/pass_ref.h" 
   10 #include "ppapi/cpp/resource.h" 
   11 #include "ppapi/cpp/var.h" 
   37              const PP_NetAddress_IPv4& ipv4_addr);
 
   46              const PP_NetAddress_IPv6& ipv6_addr);
 
  114 #endif  // PPAPI_CPP_NET_ADDRESS_H_ 
NetAddress & operator=(const NetAddress &other)
bool DescribeAsIPv4Address(PP_NetAddress_IPv4 *ipv4_addr) const 
The NetAddress class represents a network address. 
virtual ~NetAddress()
The destructor. 
PP_NetAddress_Family GetFamily() const 
bool DescribeAsIPv6Address(PP_NetAddress_IPv6 *ipv6_addr) const 
static bool IsAvailable()
A generic type used for passing data types between the module and the page. 
Var DescribeAsString(bool include_port) const 
A reference counted module resource.