![]() |
Tani OpcPipe protocol
1.0.5
Tani OpcPipe protocol
|
Macros | |
| #define | RPC_OPEN_MODE_READ 0x01 |
| open for reading | |
| #define | RPC_OPEN_MODE_WRITE 0x02 |
| open for writing | |
| #define | RPC_OPEN_MODE_TRUNCATE 0x04 |
| when open for writing, set file length to zero; ignored otherwise | |
| #define | RPC_OPEN_MODE_APPEND 0x08 |
| seek to file end | |
1.8.14