TRIPsystem Kernel API 8.3
Loading...
Searching...
No Matches
shell_dao_rec Struct Reference

Shell/DAO interface record. More...

#include <tripapi_types.h>

Public Attributes

char dao [400]
 
int daolen
 
int shdind
 
char shin [400]
 
int shinlen
 
char shout [400]
 
int shoutlen
 

Detailed Description

Shell/DAO interface record.

For 64-bit integer types

Note
New programs should not use this data type but rather use TdbStartTrip() / TdbStopTrip() / TdbExecuteCcl().

Member Data Documentation

◆ dao

char shell_dao_rec::dao[400]

DAO equivalent of shout

◆ daolen

int shell_dao_rec::daolen

Length DAO equivalent

◆ shdind

int shell_dao_rec::shdind

Shell/DAO indicator

◆ shin

char shell_dao_rec::shin[400]

CCL command input

◆ shinlen

int shell_dao_rec::shinlen

Length of CCL command input

◆ shout

char shell_dao_rec::shout[400]

Parsed CCL output

◆ shoutlen

int shell_dao_rec::shoutlen

Length of parsed CCL output


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