Evo C++ Library v0.5.1
Static Public Member Functions | List of all members
SysLinuxIo Struct Reference

#include <evo/impl/sysio.h>

Static Public Member Functions

static ulong read (Error &err, int handle, void *buf, ulong size, ulong timeout_ms, bool autoresume)
 
static bool read_wait (Error &err, int handle, ulong timeout_ms, bool autoresume)
 
static ulong write (Error &err, int handle, const void *buf, ulong size, ulong timeout_ms, bool autoresume)
 
static bool write_wait (Error &err, int handle, ulong timeout_ms, bool autoresume)
 

Member Function Documentation

◆ read()

static ulong read ( Error err,
int  handle,
void *  buf,
ulong  size,
ulong  timeout_ms,
bool  autoresume 
)
inlinestatic

◆ read_wait()

static bool read_wait ( Error err,
int  handle,
ulong  timeout_ms,
bool  autoresume 
)
inlinestatic

◆ write()

static ulong write ( Error err,
int  handle,
const void *  buf,
ulong  size,
ulong  timeout_ms,
bool  autoresume 
)
inlinestatic

◆ write_wait()

static bool write_wait ( Error err,
int  handle,
ulong  timeout_ms,
bool  autoresume 
)
inlinestatic

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