mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Added functionality to set blocking behavior of write
This commit is contained in:
@@ -69,6 +69,8 @@ public:
|
||||
bool transmit(std::shared_ptr<Message> message);
|
||||
bool transmit(std::vector<std::shared_ptr<Message>> messages);
|
||||
|
||||
void setWriteBlocks(bool blocks);
|
||||
|
||||
const std::vector<Network>& getSupportedRXNetworks() const { return supportedRXNetworks; }
|
||||
const std::vector<Network>& getSupportedTXNetworks() const { return supportedTXNetworks; }
|
||||
virtual bool isSupportedRXNetwork(const Network& net) const {
|
||||
|
||||
Reference in New Issue
Block a user