Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | Send (...) |
| mixed | SetBroadcast (...) |
Static Public Member Functions | |
| static mixed | Create_UDP_SendSocket (...) |
Definition at line 7639 of file lua_pseudo_code.cpp.
| 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] |
| 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.
1.5.6