* @brief Sets the frame detection mode (start/end/start+end/no delimiters). */
| 273 | * @brief Sets the frame detection mode (start/end/start+end/no delimiters). |
| 274 | */ |
| 275 | void IO::FrameReader::setFrameDetectionMode(const SerialStudio::FrameDetection mode) |
| 276 | { |
| 277 | m_frameDetectionMode = mode; |
| 278 | } |
| 279 | |
| 280 | //-------------------------------------------------------------------------------------------------- |
| 281 | // Frame detection |
no outgoing calls
no test coverage detected