Telnet Protocol Functions  
 
Function Description
TelnetAbort Abort the current session and close the connection with the server
TelnetAsyncConnect Connect asynchronously to the specified server
TelnetAttachThread Attach the specified client handle to another thread
TelnetBreak Send a break signal to the server
TelnetCancel Cancel the current blocking operation
TelnetConnect Connect to the specified server
TelnetCreateSecurityCredentials Create a new security credentials structure
TelnetDeleteSecurityCredentials Delete a previously created security credentials structure
TelnetDisableEvents Disable asynchronous event notification
TelnetDisableTrace Disable logging of network function calls to the trace log
TelnetDisconnect Disconnect from the current server
TelnetEnableEvents Enable asynchronous event notification
TelnetEnableTrace Enable logging of network function calls to a file
TelnetEventProc Callback function that processes events generated by the client
TelnetFreezeEvents Suspend asynchronous event processing
TelnetGetErrorString Return a description for the specified error code
TelnetGetLastError Return the last error code
TelnetGetMode Return the current client mode
TelnetGetSecurityInformation Return security information about the current client connection
TelnetGetStatus Return the current client status
TelnetGetTerminalType Return the current terminal type
TelnetGetTimeout Return the number of seconds until an operation times out
TelnetInitialize Initialize the library and validate the specified license key at runtime
TelnetIsBlocking Determine if the client is blocked, waiting for information
TelnetIsConnected Determine if the client is connected to the server
TelnetIsReadable Determine if data can be read from the server
TelnetIsThere Determine if the server is available
TelnetIsWritable Determine if data can be written to the server
TelnetLogin Login to the server using the specified username and password
TelnetRead Read data returned by the server
TelnetReadLine Read a line of text from the server and return it in a string buffer
TelnetRegisterEvent Register an event callback function
TelnetSearch Search for a specific character sequence in the data stream
TelnetSetLastError Set the last error code
TelnetSetMode Set the current client mode
TelnetSetTerminalType Set the current terminal type
TelnetSetTimeout Set the number of seconds until an operation times out
TelnetUninitialize Terminate use of the library by the application
TelnetWrite Write data to the server
TelnetWriteLine Write a line of text to the server