|  | 
 
 Direct IO FunctionsTable of Contents
dio_close — Closes the file descriptor given by fddio_fcntl — Performs a c library fcntl on fddio_open — Opens a file (creating it if necessary) at a lower level than the
   C library input/ouput stream functions allow.dio_read — Reads bytes from a file descriptordio_seek — Seeks to pos on fd from whencedio_stat — Gets stat information about the file descriptor fddio_tcsetattr — Sets terminal attributes and baud rate for a serial portdio_truncate — Truncates file descriptor fd to offset bytesdio_write — Writes data to fd with optional truncation at length |