From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/structNLNET_1_1TCallbackItem.html | 146 +++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 docs/doxygen/nel/structNLNET_1_1TCallbackItem.html (limited to 'docs/doxygen/nel/structNLNET_1_1TCallbackItem.html') diff --git a/docs/doxygen/nel/structNLNET_1_1TCallbackItem.html b/docs/doxygen/nel/structNLNET_1_1TCallbackItem.html new file mode 100644 index 00000000..840a77d8 --- /dev/null +++ b/docs/doxygen/nel/structNLNET_1_1TCallbackItem.html @@ -0,0 +1,146 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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 59 of file callback_net_base.h.


Member Data Documentation

+

+ + + + +
+ + +
TMsgCallback NLNET::TCallbackItem::Callback +
+
+ + + + + +
+   + + +

+The callback function. +

+ +

+Definition at line 64 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 62 of file callback_net_base.h.

+


The documentation for this struct was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1