|
libdrmconf 0.13.3
A library to program DMR radios.
|
Controls the transfer of codeplugs, callsign DBs etc to the device. More...
#include <transferflags.hh>

Public Member Functions | |
| TransferFlags () | |
| Default constructor. | |
| TransferFlags (bool blocking, bool updateDeviceClock) | |
| Constructor. | |
| bool | blocking () const |
Returns true if the transfer is blocking. | |
| void | setBlocking (bool enable) |
| Set if transfer is blocking. | |
| bool | updateDeviceClock () const |
Returns true if the device clock gets updated during transfer. | |
| void | setUpdateDeviceClock (bool enable) |
| Sets if the device clock gets updated during the transfer. | |
Protected Attributes | |
| bool | _blocking |
If true, the transfer is blocking. | |
| bool | _updateDeviceClock |
If true, the device clock gets updated during the transfer. | |
Controls the transfer of codeplugs, callsign DBs etc to the device.