Inherits GridMate::DriverAddress.
 | 
| 
  | SocketDriverAddress (Driver *driver) | 
|   | 
| 
  | SocketDriverAddress (Driver *driver, const sockaddr *addr) | 
|   | 
| 
  | SocketDriverAddress (Driver *driver, const AZStd::string &ip, unsigned int port) | 
|   | 
| 
bool  | operator== (const SocketDriverAddress &rhs) const | 
|   | 
| 
bool  | operator!= (const SocketDriverAddress &rhs) const | 
|   | 
| 
AZStd::string  | ToString () const override | 
|   | 
| 
AZStd::string  | ToAddress () const override | 
|   | 
| 
AZStd::string  | GetIP () const override | 
|   | 
| 
unsigned int  | GetPort () const override | 
|   | 
| 
const void *  | GetTargetAddress (unsigned int &addressSize) const override | 
|   | 
| 
  | DriverAddress (Driver *driver) | 
|   | 
| 
  | DriverAddress (const DriverAddress &rhs) | 
|   | 
| 
Driver *  | GetDriver () const | 
|   | 
| 
bool  | IsBoundToCarrierConnection () const | 
|   | 
| 
void  | add_ref () | 
|   | 
| 
void  | release () | 
|   | 
 | 
| 
union { | 
| 
   sockaddr_in   m_sockAddr | 
|   | 
| 
   sockaddr_in6   m_sockAddr6 | 
|   | 
| };  |  | 
|   | 
The documentation for this class was generated from the following file:
- Code/Framework/GridMate/GridMate/Carrier/SocketDriver.h