|
FireSync API
|
Represents the type of data processing engine used in a kPipe instance.

Related | |
| #define | kPIPE_ENGINE_NULL (0x00) |
| Unknown pipe engine. | |
| #define | kPIPE_ENGINE_SERIAL (0x01) |
| Pipe engine that processes data in single background thread. | |
| #define | kPIPE_ENGINE_PARALLEL (0x02) |
| Pipe engine that can process data in multiple background threads. | |
| #define | kPIPE_ENGINE_OPTIONS (0x03) |
| Bitset containing all kPipeEngine options. | |