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
@@ -11,6 +11,7 @@ std::shared_ptr<ScriptStatusMessage> ScriptStatus::DecodeToMessage(const std::ve
|
||||
auto msg = std::make_shared<ScriptStatusMessage>();
|
||||
const auto& decoded = *reinterpret_cast<const ScriptStatus*>(bytestream.data());
|
||||
msg->isCoreminiRunning = decoded.status.isRunning;
|
||||
msg->isEncrypted = decoded.status.isEncrypted;
|
||||
msg->sectorOverflows = decoded.sectorOverflows;
|
||||
msg->numRemainingSectorBuffers = decoded.numRemainingSectorBuffers;
|
||||
msg->lastSector = decoded.lastSector;
|
||||
|
||||
Reference in New Issue
Block a user