Public Member Functions | |
| mixed | Destroy (...) |
| mixed | IsFinished (...) |
| bool IsFinished () | |
| mixed | HasError (...) |
| bool HasError () | |
Static Public Member Functions | |
| static mixed | CreateThread_NetRequest (...) |
Definition at line 7700 of file lua_pseudo_code.cpp.
| static mixed cThread_NetRequest_L::CreateThread_NetRequest | ( | ... | ) | [inline, static] |
static methods exported to lua pSendData is used by the thread, DO NOT USE OR RELEASE IT UNTIL THE THREAD IS FINISHED pAnswerBuffer is used by the thread, DO NOT USE OR RELEASE IT UNTIL THE THREAD IS FINISHED thread_netr CreateThread_NetRequest (sHost,iPort,fifo_SendData=nil,fifo_pAnswerBuffer=nil)
Definition at line 7706 of file lua_pseudo_code.cpp.
| mixed cThread_NetRequest_L::Destroy | ( | ... | ) | [inline] |
object methods exported to lua Destroy()
Definition at line 7710 of file lua_pseudo_code.cpp.
| mixed cThread_NetRequest_L::IsFinished | ( | ... | ) | [inline] |
| mixed cThread_NetRequest_L::HasError | ( | ... | ) | [inline] |
1.5.6