///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 33 | |
| 34 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 35 | void FSecure::C3::Core::DeviceBridge::Close() |
| 36 | { |
| 37 | auto relay = GetRelay(); |
| 38 | relay->DetachDevice(GetDid()); |
| 39 | } |
| 40 | |
| 41 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 42 | void FSecure::C3::Core::DeviceBridge::OnReceive() |
nothing calls this directly
no test coverage detected