cUDP_SendSocket_L Class Reference

List of all members.

Public Member Functions

mixed Destroy (...)
 object methods exported to lua
mixed Send (...)
mixed SetBroadcast (...)

Static Public Member Functions

static mixed Create_UDP_SendSocket (...)


Detailed Description

Definition at line 7639 of file lua_pseudo_code.cpp.


Member Function Documentation

static mixed cUDP_SendSocket_L::Create_UDP_SendSocket (   ...  )  [inline, static]

static methods exported to lua for lua : cUDP_SendSocket* Create_UDP_SendSocket ();

Definition at line 7643 of file lua_pseudo_code.cpp.

mixed cUDP_SendSocket_L::Destroy (   ...  )  [inline]

object methods exported to lua

Definition at line 7646 of file lua_pseudo_code.cpp.

mixed cUDP_SendSocket_L::Send (   ...  )  [inline]

for lua : resultcode Send (addr,port,fifo,datalen=fifosize); if datalen is not specified, it defaults to the size of the entire fifo the data is NOT popped from the fifo addr is a light userdata representing the ip address, e.g. from net_L.cpp : cConnection_L::GetRemoteAddress or AtoN

Definition at line 7652 of file lua_pseudo_code.cpp.

mixed cUDP_SendSocket_L::SetBroadcast (   ...  )  [inline]

for lua : void SetBroadcast (number); enable broadcast for this socket, number=1 -> true, number=0 -> false

Definition at line 7656 of file lua_pseudo_code.cpp.


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

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