DAStreamerMode
Overview
The DAStreamerMode enum represents the mode of the data streamer initialization. Is it initialized for writing, or for reading (reading from the begin of data packet or from current position there)
Location
- Reference: DADataStreamer.h
- Namespace: DataAbstract
Value | Description |
---|---|
smNone | streamer is not initialized |
smReading | streamer is initialized for reading data starting from the current position |
smReadingFromBegin | streamer is initialized to read data starting from the begining of the stream (current position there will be ignored) |
smWriting | streamer is initialized for writing |