You can perform remote login operations on the ChorusOS operating system using the Telnet virtual terminal protocol. The Telnet API is summarized in the following table:
|
Function |
Description |
|---|---|
|
inetAccept() |
Wait for a new INET connection |
|
inetBind() |
Bind, close INET sockets |
|
inetClient() |
Wait for a new INET connection |
|
inetClose() |
Bind, close INET socket |
|
telnetdFlush() |
Write or flush a Telnet session |
|
telnetdFree() |
Initialize or free a Telnet session |
|
telnetdGetTermState() |
Get or set Telnet terminal state |
|
telnetdInit() |
Initialize or free a Telnet session |
|
telnetdPasswd() |
Telnet session authentication |
|
telnetdRead() |
Read from a Telnet session |
|
telnetdReadLine() |
Read a line of characters from a Telnet session |
|
telnetdSetTermState() |
Get or set Telnet terminal state |
|
telnetdUser() |
Telnet session authentication |
|
telnetdWrite() |
Write or flush a Telnet session |