|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLNET::CUnifiedNetwork::CUnifiedConnection Class ReferenceThis may contains a CCallbackClient or a TSockId, depending on which type of connection it is.
More...
List of all members.
Detailed Description
This may contains a CCallbackClient or a TSockId, depending on which type of connection it is.
Definition at line 240 of file unified_network.h.
Member Enumeration Documentation
enum NLNET::CUnifiedNetwork::CUnifiedConnection::TState
|
|
|
NotUsed = the unified connection is empty, not used Ready = we can use the unified connection.
-
Enumeration values:
-
Definition at line 245 of file unified_network.h. |
Constructor & Destructor Documentation
NLNET::CUnifiedNetwork::CUnifiedConnection::CUnifiedConnection |
( |
|
) |
[inline] |
|
NLNET::CUnifiedNetwork::CUnifiedConnection::CUnifiedConnection |
( |
const std::string & |
name, |
|
|
uint16 |
id, |
|
|
bool |
isExternal |
|
) |
[inline] |
|
NLNET::CUnifiedNetwork::CUnifiedConnection::CUnifiedConnection |
( |
const std::string & |
name, |
|
|
uint16 |
id, |
|
|
CCallbackClient * |
cbc |
|
) |
[inline] |
|
Member Function Documentation
void NLNET::CUnifiedNetwork::CUnifiedConnection::reset |
( |
|
) |
[inline] |
|
|
Definition at line 337 of file unified_network.h.
References AutoCheck, AutoRetry, Connection, DefaultNetwork, ExtAddress, IsExternal, NetworkConnectionAssociations, NotUsed, SendId, ServiceId, ServiceName, and State.
Referenced by CUnifiedConnection. |
void NLNET::CUnifiedNetwork::CUnifiedConnection::setupNetworkAssociation |
( |
const std::vector< uint32 > & |
networkAssociations, |
|
|
const std::vector< std::string > & |
defaultNetwork |
|
) |
[inline] |
|
Member Data Documentation
uint NLNET::CUnifiedNetwork::CUnifiedConnection::AutoCheck
|
|
bool NLNET::CUnifiedNetwork::CUnifiedConnection::AutoRetry
|
|
std::vector<TConnection> NLNET::CUnifiedNetwork::CUnifiedConnection::Connection
|
|
uint8 NLNET::CUnifiedNetwork::CUnifiedConnection::DefaultNetwork
|
|
std::vector<CInetAddress> NLNET::CUnifiedNetwork::CUnifiedConnection::ExtAddress
|
|
bool NLNET::CUnifiedNetwork::CUnifiedConnection::IsExternal
|
|
std::vector<uint8> NLNET::CUnifiedNetwork::CUnifiedConnection::NetworkConnectionAssociations
|
|
bool NLNET::CUnifiedNetwork::CUnifiedConnection::SendId
|
|
uint16 NLNET::CUnifiedNetwork::CUnifiedConnection::ServiceId
|
|
std::string NLNET::CUnifiedNetwork::CUnifiedConnection::ServiceName
|
|
TState NLNET::CUnifiedNetwork::CUnifiedConnection::State
|
|
The documentation for this class was generated from the following file:
|
|