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/a03917.html | 86 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 docs/doxygen/nel/a03917.html (limited to 'docs/doxygen/nel/a03917.html') diff --git a/docs/doxygen/nel/a03917.html b/docs/doxygen/nel/a03917.html new file mode 100644 index 00000000..07b00883 --- /dev/null +++ b/docs/doxygen/nel/a03917.html @@ -0,0 +1,86 @@ + + +NeL: NLNET::TUnifiedCallbackItem struct Reference + + + +
+

NLNET::TUnifiedCallbackItem Struct Reference

#include <unified_network.h> +

+


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. + + + + + + + + +

Data Fields

TUnifiedMsgCallback Callback
 The callback function.

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

+


Field 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: +
Generated on Tue Mar 16 14:08:24 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1