|
int | sleepForSeconds (OMEthread *thread, OMEtype &result, const OMEtype &t) |
|
int | openURL (OMEthread *thread, OMEtype &result, const OMEtype &url) |
|
int | getIOhandle (OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
|
int | closeIO (OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &flags, const OMEtype &sidesMask) |
|
int | readBytes (OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &bytesToRead, const OMEtype &bufferSize) |
|
int | seekToOffset (OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &offset) |
|
int | receiveDatagram (OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &bufferSize) |
|
int | writeBytes (OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &dataToSend) |
|
int | sendDatagram (OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &dataToSend, const OMEtype &dest) |
|
int | writeVectorOfBytes (OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &skipOffset, const OMEtype &dataToSend) |
|
int | selectForRead (OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &permitPreempt) |
|
int | selectForWrite (OMEthread *thread, OMEtype &result, const OMEtype &ioID, const OMEtype &permitPreempt) |
|
int | acceptConnection (OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
|
int | getLocalAddress (OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
|
int | getPeerAddress (OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
|
int | getErrorStatus (OMEthread *thread, OMEtype &result, const OMEtype &ioID) |
|
int | getFileInfo (OMEthread *thread, OMEtype &result, const OMEtype &filePath) |
|
int | unlinkFile (OMEthread *thread, OMEtype &result, const OMEtype &fileName) |
|
int | removeDirectory (OMEthread *thread, OMEtype &result, const OMEtype &fileName) |
|
int | renameFile (OMEthread *thread, OMEtype &result, const OMEtype &orgFileName, const OMEtype &newFileName) |
|
int | makeDirectory (OMEthread *thread, OMEtype &result, const OMEtype &dirName) |
|
int | listDirectory (OMEthread *thread, OMEtype &result, const OMEtype &dirName) |
|
int | listInterfaces (OMEthread *thread, OMEtype &result) |
|
OME_DLL_EXPORT void | INIT_DECLARE_OILio () |
|