Cafu Engine
NetDataT::WinSockAPIError Struct Reference

WinSock error. More...

#include "Network.hpp"

Inheritance diagram for NetDataT::WinSockAPIError:

Public Member Functions

 WinSockAPIError (unsigned long Error_)
 Constructor. More...
 
 WinSockAPIError (unsigned long Error_, const NetAddressT &Address_)
 Constructor. More...
 

Public Attributes

unsigned long Error
 Error code. More...
 
NetAddressT Address
 Remote address on which this error occured. More...
 

Detailed Description

WinSock error.

Constructor & Destructor Documentation

NetDataT::WinSockAPIError::WinSockAPIError ( unsigned long  Error_)
inline

Constructor.

Parameters
Error_Error code.
NetDataT::WinSockAPIError::WinSockAPIError ( unsigned long  Error_,
const NetAddressT Address_ 
)
inline

Constructor.

Parameters
Error_Error code.
Address_Remote address of this error.

Member Data Documentation

NetAddressT NetDataT::WinSockAPIError::Address

Remote address on which this error occured.

unsigned long NetDataT::WinSockAPIError::Error

Error code.


The documentation for this struct was generated from the following file: