Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | Receive (...) |
| for lua : resultcode,remoteaddr Receive (fifo); | |
Static Public Member Functions | |
| static mixed | Create_UDP_ReceiveSocket (...) |
Definition at line 7626 of file lua_pseudo_code.cpp.
| static mixed cUDP_ReceiveSocket_L::Create_UDP_ReceiveSocket | ( | ... | ) | [inline, static] |
static methods exported to lua for lua : cUDP_ReceiveSocket* Create_UDP_ReceiveSocket (int port);
Definition at line 7630 of file lua_pseudo_code.cpp.
| mixed cUDP_ReceiveSocket_L::Destroy | ( | ... | ) | [inline] |
| mixed cUDP_ReceiveSocket_L::Receive | ( | ... | ) | [inline] |
for lua : resultcode,remoteaddr Receive (fifo);
Definition at line 7636 of file lua_pseudo_code.cpp.
1.5.6