#include <evo/impl/sysio.h>
 | 
| 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) | 
|   | 
◆ 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: