PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
ansi_sending_t Struct Reference

ANSI sending structure. More...

#include <ansi.h>

Collaboration diagram for ansi_sending_t:

Data Fields

char buffer [ANSI_MAX_LENGTH]
 
uint32_t length
 
uint32_t parameters [ANSI_MAX_LENGTH]
 
uint32_t paramCount
 
char command
 
bool ascii
 
bool extended
 The command contains a '?' indicating an extended command.
 

Detailed Description

ANSI sending structure.

Definition at line 138 of file ansi.h.

Field Documentation

◆ buffer

char ansi_sending_t::buffer[ANSI_MAX_LENGTH]

Definition at line 140 of file ansi.h.

◆ length

uint32_t ansi_sending_t::length

Definition at line 141 of file ansi.h.

◆ parameters

uint32_t ansi_sending_t::parameters[ANSI_MAX_LENGTH]

Definition at line 142 of file ansi.h.

◆ paramCount

uint32_t ansi_sending_t::paramCount

Definition at line 143 of file ansi.h.

◆ command

char ansi_sending_t::command

Definition at line 144 of file ansi.h.

◆ ascii

bool ansi_sending_t::ascii

Definition at line 145 of file ansi.h.

◆ extended

bool ansi_sending_t::extended

The command contains a '?' indicating an extended command.

Definition at line 146 of file ansi.h.


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