Device: Refactor online keep alive

This commit is contained in:
Kyle Schwarz
2025-11-04 16:24:49 -05:00
parent 51e4fdc6d9
commit 30c009fe8f
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ namespace icsneo {
enum class Command : uint8_t {
EnableNetworkCommunication = 0x07,
EnableNetworkCommunicationEx = 0x08,
KeepAlive = 0x09,
NeoReadMemory = 0x40,
NeoWriteMemory = 0x41,
ClearCoreMini = 0x42,