mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Refactor supportsNetworkMutex
This commit is contained in:
@@ -878,8 +878,6 @@ public:
|
||||
bool unlockNetworks(const std::set<Network::NetID>& networks);
|
||||
bool unlockAllNetworks();
|
||||
std::shared_ptr<NetworkMutexMessage> getNetworkMutexStatus(Network::NetID network);
|
||||
|
||||
virtual bool supportsNetworkMutex() const { return false; }
|
||||
|
||||
protected:
|
||||
bool online = false;
|
||||
@@ -998,6 +996,8 @@ protected:
|
||||
|
||||
std::optional<HardwareInfo::Version> bootloaderVersion = std::nullopt;
|
||||
|
||||
bool supportsNetworkMutex = false;
|
||||
|
||||
private:
|
||||
neodevice_t data;
|
||||
std::shared_ptr<ResetStatusMessage> latestResetStatus;
|
||||
|
||||
Reference in New Issue
Block a user