///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 58 | |
| 59 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 60 | void FSecure::C3::Core::DeviceBridge::OnPassNetworkPacket(ByteView packet) |
| 61 | { |
| 62 | auto lock = std::lock_guard<std::mutex>{ m_ProtectWriteInConcurrentThreads }; |
| 63 | m_SendQueue.emplace_back(packet); |
| 64 | } |
| 65 | |
| 66 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 67 | void FSecure::C3::Core::DeviceBridge::PostCommandToConnector(ByteView packet) |