mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Add isOnlineSupported()
This commit is contained in:
committed by
Kyle Johannes
parent
3264a1ecbe
commit
4782e26bed
@@ -685,6 +685,8 @@ public:
|
||||
uint64_t pos, uint8_t* into, uint64_t amount, std::optional<VSAMetadata> metadata = std::nullopt
|
||||
);
|
||||
|
||||
virtual bool isOnlineSupported() const { return true; }
|
||||
|
||||
protected:
|
||||
bool online = false;
|
||||
int messagePollingCallbackID = 0;
|
||||
|
||||
Reference in New Issue
Block a user