net Class Reference

file : ../lua/lib.net.lua (this is just a pseudo class used for grouping global functions) More...

List of all members.

Static Public Member Functions

static mixed NetSendPacket (mixed ignored, mixed bOutsideProtocol)
static mixed NetConnectWithKey (mixed host, mixed port, mixed key)
static mixed NetConnectWithKey2 (mixed host, mixed port, mixed key)
static mixed NetTrafficStep (mixed bIgnoreDisconnect)
 only sending, receiving and decoding, no packet handling triggered


Detailed Description

file : ../lua/lib.net.lua (this is just a pseudo class used for grouping global functions)

Definition at line 2954 of file lua_pseudo_code.cpp.


Member Function Documentation

static mixed net::NetSendPacket ( mixed  ignored,
mixed  bOutsideProtocol 
) [inline, static]

Definition at line 2956 of file lua_pseudo_code.cpp.

static mixed net::NetConnectWithKey ( mixed  host,
mixed  port,
mixed  key 
) [inline, static]

TODO : return false on failure! handle socket creation failed!! function with key is used for both logins (loginserver/gameserver)

Definition at line 2960 of file lua_pseudo_code.cpp.

static mixed net::NetConnectWithKey2 ( mixed  host,
mixed  port,
mixed  key 
) [inline, static]

Definition at line 2962 of file lua_pseudo_code.cpp.

static mixed net::NetTrafficStep ( mixed  bIgnoreDisconnect  )  [inline, static]

only sending, receiving and decoding, no packet handling triggered

Definition at line 2965 of file lua_pseudo_code.cpp.


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

Generated on Fri Mar 29 05:41:10 2013 for lua by  doxygen 1.5.6