///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
| 195 | |
| 196 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 197 | void FSecure::C3::Core::DeviceBridge::SetErrorStatus(std::string_view errorMessage) |
| 198 | { |
| 199 | m_Error = errorMessage; |
| 200 | } |
| 201 | |
| 202 | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 203 | std::string FSecure::C3::Core::DeviceBridge::GetErrorStatus() |
no outgoing calls