mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Device: Add MessageFilter to enableMessagePolling()
This commit is contained in:
committed by
Kyle Schwarz
parent
1e5e714f5b
commit
c5bce795c6
@@ -206,7 +206,7 @@ public:
|
||||
// Message polling related functions
|
||||
|
||||
|
||||
bool enableMessagePolling();
|
||||
bool enableMessagePolling(std::optional<MessageFilter> filter = std::nullopt);
|
||||
bool disableMessagePolling();
|
||||
bool isMessagePollingEnabled() { return messagePollingCallbackID != 0; };
|
||||
std::pair<std::vector<std::shared_ptr<Message>>, bool> getMessages();
|
||||
|
||||
Reference in New Issue
Block a user