tfTeldOpened
Table of Contents >> Application Reference >> Telnet Daemon
| The content on this page has been deprecated. | |
| For the new content, please see tfNgTeldOpened(). |
| #include <trsocket.h> |
| void tfTeldOpened | ( |
| ttUserTeldHandle teldHandle, | |
| struct sockaddr_in * sockAddrPtr | |
| ); |
Function Description
The user provides this function. It is called from the TELNET server to let the user know that a telnet client has established a new connection to the TELNET server.
Parameters
- teldHandle
- Unique identifier for a TELNET connection.
- sockAddrPtr
- A pointer to the sockaddr_in structure containing the IP address of the TELNET client.