PatchworkOS
Loading...
Searching...
No Matches
ansi_sending_t Struct Reference

ANSI sending structure. More...

#include <ansi.h>

Data Fields

char buffer [ANSI_MAX_LENGTH]
 
uint8_t length
 
uint8_t parameters [ANSI_MAX_LENGTH]
 
uint8_t paramCount
 
char command
 
bool ascii
 

Detailed Description

ANSI sending structure.

Definition at line 138 of file ansi.h.

Field Documentation

◆ ascii

bool ansi_sending_t::ascii

Definition at line 145 of file ansi.h.

Referenced by ansi_sending_init(), ansi_sending_parse(), and ternminal_execute_ansi().

◆ buffer

char ansi_sending_t::buffer[ANSI_MAX_LENGTH]

Definition at line 140 of file ansi.h.

Referenced by ansi_sending_init(), and ansi_sending_parse().

◆ command

char ansi_sending_t::command

Definition at line 144 of file ansi.h.

Referenced by ansi_sending_init(), ansi_sending_parse(), and ternminal_execute_ansi().

◆ length

uint8_t ansi_sending_t::length

Definition at line 141 of file ansi.h.

Referenced by ansi_sending_init(), and ansi_sending_parse().

◆ paramCount

uint8_t ansi_sending_t::paramCount

Definition at line 143 of file ansi.h.

Referenced by ansi_sending_init(), ansi_sending_parse(), and ternminal_execute_ansi().

◆ parameters

uint8_t ansi_sending_t::parameters[ANSI_MAX_LENGTH]

Definition at line 142 of file ansi.h.

Referenced by ansi_sending_init(), ansi_sending_parse(), and ternminal_execute_ansi().


The documentation for this struct was generated from the following file: