# 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::TCallbackItem Struct Reference

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

#include <callback_net_base.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...

TMsgCallback Callback
 The callback function. More...


Detailed Description

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

Definition at line 52 of file callback_net_base.h.


Member Data Documentation

TMsgCallback NLNET::TCallbackItem::Callback
 

The callback function.

Definition at line 57 of file callback_net_base.h.

char * NLNET::TCallbackItem::Key
 

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

Definition at line 55 of file callback_net_base.h.


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