Panda3D
Public Member Functions | List of all members
ConnectionManager::Interface Class Reference

Public Member Functions

const NetAddressget_broadcast () const
 
const NetAddressget_ip () const
 
const std::string & get_mac_address () const
 
const std::string & get_name () const
 
const NetAddressget_netmask () const
 
const NetAddressget_p2p () const
 
bool has_broadcast () const
 
bool has_ip () const
 
bool has_netmask () const
 
bool has_p2p () const
 
void output (std::ostream &out) const
 
void set_broadcast (const NetAddress &ip)
 
void set_ip (const NetAddress &ip)
 
void set_mac_address (const std::string &mac_address)
 
void set_name (const std::string &name)
 
void set_netmask (const NetAddress &ip)
 
void set_p2p (const NetAddress &ip)
 

Detailed Description

Definition at line 64 of file connectionManager.h.


The documentation for this class was generated from the following files: