mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Add start/stop/clear script, script status, and preload coremini commands
This commit is contained in:
@@ -125,6 +125,21 @@ public:
|
||||
virtual bool goOnline();
|
||||
virtual bool goOffline();
|
||||
|
||||
enum class PreloadReturn : uint8_t
|
||||
{
|
||||
Pending,
|
||||
Ok,
|
||||
OKEncrypted,
|
||||
NoScript,
|
||||
};
|
||||
|
||||
int8_t prepareScriptLoad();
|
||||
bool startScript();
|
||||
bool stopScript();
|
||||
bool clearScript();
|
||||
|
||||
std::optional<uint16_t> getCoreMiniVersion();
|
||||
|
||||
// Message polling related functions
|
||||
bool enableMessagePolling();
|
||||
bool disableMessagePolling();
|
||||
|
||||
Reference in New Issue
Block a user