無傳回值 telnet_suboption( 字串 buffer );
buffer 的第一個位元組 (byte) 通常是一個型態敘述值 (type descriptor), 即 TELOPT_TTYPE. 第二個位元組是一個 procession option, 如 TELQUAL_IS. 之後是與型態相關的資料. 當此終端機型態呼叫 (terminal type call) 之時, 這些資料將由 terminal_type() 函式處理.
可能的 suboptions:
#define TELQUAL_IS 0 //
option 是...
#define TELQUAL_SEND 1
// 送出 options
#define TELQUAL_INFO 2 //
ENVIRON: informational version of IS
#define TELQUAL_REPLY 3 //
AUTHENTICATION: client version of IS
#define TELQUAL_NAME 4 //
AUTHENTICATION: client version of IS