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:
@@ -270,6 +270,10 @@ bool Device::transmit(std::vector<std::shared_ptr<Message>> messages) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void Device::setWriteBlocks(bool blocks) {
|
||||
com->setWriteBlocks(blocks);
|
||||
}
|
||||
|
||||
size_t Device::getNetworkCountByType(Network::Type type) const {
|
||||
size_t count = 0;
|
||||
for(const auto& net : getSupportedRXNetworks())
|
||||
|
||||
Reference in New Issue
Block a user