struct serial_console_t

Overview

List of the serial console parsers settings More…

#include <te_serial.h>

struct serial_console_t {
    // fields

    char inst_name[TE_SERIAL_MAX_NAME+1];
    char name[TE_SERIAL_MAX_NAME+1];
    char user[TE_SERIAL_MAX_NAME+1];
    int port;
    struct sockaddr_storage address;

    // methods

    SLIST_ENTRY(serial_console_t);
};

Detailed Documentation

List of the serial console parsers settings

Fields

char inst_name[TE_SERIAL_MAX_NAME+1]

Instance name

char name[TE_SERIAL_MAX_NAME+1]

Name of the console

char user[TE_SERIAL_MAX_NAME+1]

User name

int port

The serial console port

struct sockaddr_storage address

Serial console address

Methods

SLIST_ENTRY(serial_console_t)

Elements connector