# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLNET::TUnifiedCallbackItem Struct Reference

Callback items. See CMsgSocket::update() for an explanation on how the callbacks are called. More...

#include <unified_network.h>

List of all members.

Public Attributes

char * Key
 Key C string. It is a message type name, or "C" for connection or "D" for disconnection. More...

TUnifiedMsgCallback Callback
 The callback function. More...


Detailed Description

Callback items. See CMsgSocket::update() for an explanation on how the callbacks are called.

Definition at line 55 of file unified_network.h.


Member Data Documentation

TUnifiedMsgCallback NLNET::TUnifiedCallbackItem::Callback
 

The callback function.

Definition at line 60 of file unified_network.h.

char* NLNET::TUnifiedCallbackItem::Key
 

Key C string. It is a message type name, or "C" for connection or "D" for disconnection.

Definition at line 58 of file unified_network.h.


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