| 372 | } |
| 373 | |
| 374 | void BOBCommandSession::SendVersion () |
| 375 | { |
| 376 | std::ostream os(&m_SendBuffer); |
| 377 | os << "BOB 00.00.10" << std::endl; |
| 378 | SendReplyOK(std::string_view()); // empty string |
| 379 | } |
| 380 | |
| 381 | void BOBCommandSession::SendRaw (std::string_view data) |
| 382 | { |