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 1498 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 1502 of file lua_pseudo_code.cpp.

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

object methods exported to lua

Definition at line 1505 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 1511 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 1515 of file lua_pseudo_code.cpp.


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

Generated on Wed Feb 8 06:00:25 2012 for lua by  doxygen 1.5.6