telnet_return_type Struct Reference

telnet server return structure More...

#include <telnetio.h>

Data Fields

uint32_t reason
 
int32_t error_code
 
uint32_t offset
 
direntry_typefp
 

Detailed Description

Examples:
Telnet.c.

Field Documentation

uint32_t reason

Return code

Examples:
Telnet.c.
int32_t error_code

error code

Examples:
Telnet.c.
uint32_t offset

File location

Examples:
Telnet.c.

Pointer to current file information

Examples:
Telnet.c.