Public Member Functions | |
| mixed | Destroy (...) |
| object methods exported to lua | |
| mixed | GetRemoteAddress (...) |
| mixed | IsConnected (...) |
| mixed | Push (...) |
| for lua : void Push (fifo) | |
| mixed | Pop (...) |
Static Public Member Functions | |
| static mixed | NetConnect (...) |
| static mixed | NetLocalMaster (...) |
| for lua : cConnection* NetLocalMaster (); | |
| static mixed | NetLocalSlave (...) |
| for lua : cConnection* NetLocalSlave (localmaster); | |
| static mixed | NetReadAndWrite (...) |
| for lua : NetReadAndWrite (); | |
| static mixed | NtoA (...) |
| static mixed | AtoN (...) |
| static mixed | GetHostByName (...) |
Definition at line 7571 of file lua_pseudo_code.cpp.
| static mixed cConnection_L::NetConnect | ( | ... | ) | [inline, static] |
static methods exported to lua for lua : cConnection* NetConnect (string host,int port);
Definition at line 7575 of file lua_pseudo_code.cpp.
| static mixed cConnection_L::NetLocalMaster | ( | ... | ) | [inline, static] |
| static mixed cConnection_L::NetLocalSlave | ( | ... | ) | [inline, static] |
for lua : cConnection* NetLocalSlave (localmaster);
Definition at line 7581 of file lua_pseudo_code.cpp.
| static mixed cConnection_L::NetReadAndWrite | ( | ... | ) | [inline, static] |
| static mixed cConnection_L::NtoA | ( | ... | ) | [inline, static] |
converts a numeric ip (int/lightudata) to a s.s.s.s ip for lua : string NtoA (int numeric_ip)
Definition at line 7588 of file lua_pseudo_code.cpp.
| static mixed cConnection_L::AtoN | ( | ... | ) | [inline, static] |
converts a s.s.s.s ip to a numeric for lua : addr AtoN (string ip)
Definition at line 7592 of file lua_pseudo_code.cpp.
| static mixed cConnection_L::GetHostByName | ( | ... | ) | [inline, static] |
converts a hostname to a ip as string or nil on error for lua : string GetHostByName (string hostname)
Definition at line 7596 of file lua_pseudo_code.cpp.
| mixed cConnection_L::Destroy | ( | ... | ) | [inline] |
| mixed cConnection_L::GetRemoteAddress | ( | ... | ) | [inline] |
Definition at line 7601 of file lua_pseudo_code.cpp.
| mixed cConnection_L::IsConnected | ( | ... | ) | [inline] |
Definition at line 7603 of file lua_pseudo_code.cpp.
| mixed cConnection_L::Push | ( | ... | ) | [inline] |
| mixed cConnection_L::Pop | ( | ... | ) | [inline] |
1.5.6