weAut_01 / weAutSys    R 2.2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Functions
include/we-aut_sys/telnet.h File Reference

Overview

weAutSys' system calls, services and types for the Telnet server

This file contains the definitions for weAutSys' system calls, services and types for the build in Telnet server. It implies an uIP used as TCP/IP stack.

This is system software and must not be modified for user or application programs.

This file is part of weAutSys   <weinert-automation.de>

  Copyright © 2012 Albrecht Weinert, Bochum

Author:
Albrecht Weinert   <a-weinert.de>
Revision:
2
Date:
2017-01-25 17:49:03 +0100 (Mi, 25 Jan 2017)

Defines

Defines for Telnet command, state and options

This is a subset of the command and option codes defined for the Telnet protocol.

The use of the others not put here is discouraged.

#define IAC
 Telnet: interpret as command (IAC)
#define DONT   254
 Telnet: option negotiation command respectively answer.
#define DO   253
 Telnet: option negotiation command respectively answer.
#define WONT   252
 Telnet: option negotiation command respectively answer.
#define WILL   251
 Telnet: option negotiation command respectively answer.
#define LINEMODE   34
 Telnet option code.
#define SUPPRESS_GA   3
 Telnet option suppress go ahead.
#define TEL_SB   250
 Telnet command opening brace SB.
#define TEL_SE   240
 Telnet command closing brace SE.

Functions

ptfnct_t telnetAppcall (void)
 Handle Telnet server events.
void telnetInit (void)
 Initialise the Telnet (server)