mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Add isEncrypted to script status
This commit is contained in:
committed by
Kyle Schwarz
parent
e46755f120
commit
96fe8895fc
@@ -1187,6 +1187,13 @@ void Device::scriptStatusThreadBody()
|
||||
lk.lock();
|
||||
}
|
||||
|
||||
if(updateScriptStatusValue(ScriptStatus::IsEncrypted, resp->isEncrypted))
|
||||
{
|
||||
lk.unlock();
|
||||
notifyScriptStatusCallback(ScriptStatus::IsEncrypted, resp->isEncrypted);
|
||||
lk.lock();
|
||||
}
|
||||
|
||||
if(updateScriptStatusValue(ScriptStatus::SectorOverflow, resp->sectorOverflows))
|
||||
{
|
||||
lk.unlock();
|
||||
|
||||
Reference in New Issue
Block a user