enum tapi_cli_csap_type

Overview

CLI CSAP type definition More…

#include <tapi_cli.h>

enum tapi_cli_csap_type {
    TAPI_CLI_CSAP_TYPE_SERIAL = 0,
    TAPI_CLI_CSAP_TYPE_TELNET = 1,
    TAPI_CLI_CSAP_TYPE_SSH    = 2,
    TAPI_CLI_CSAP_TYPE_SHELL  = 3,
};

Detailed Documentation

CLI CSAP type definition

Enum Values

TAPI_CLI_CSAP_TYPE_SERIAL

Serial connection

TAPI_CLI_CSAP_TYPE_TELNET

Telnet connection

TAPI_CLI_CSAP_TYPE_SSH

SSH connection

TAPI_CLI_CSAP_TYPE_SHELL

Shell console