#include <tools.h>
|
static bool | FileReady (int FileDes, int TimeoutMs=1000) |
Definition at line 463 of file tools.h.
◆ cFile()
◆ ~cFile()
◆ Close()
void cFile::Close |
( |
void | | ) |
|
◆ FileReady()
bool cFile::FileReady |
( |
int | FileDes, |
|
|
int | TimeoutMs = 1000 ) |
|
static |
◆ IsOpen()
bool cFile::IsOpen |
( |
void | | ) |
|
|
inline |
◆ Open() [1/2]
bool cFile::Open |
( |
const char * | FileName, |
|
|
int | Flags, |
|
|
mode_t | Mode = DEFFILEMODE ) |
◆ Open() [2/2]
bool cFile::Open |
( |
int | FileDes | ) |
|
◆ operator int()
◆ Ready()
bool cFile::Ready |
( |
bool | Wait = true | ) |
|
The documentation for this class was generated from the following files: