libdrmconf 0.14.1
A library to program DMR radios.
Loading...
Searching...
No Matches
TransferFlags Class Reference

Controls the transfer of codeplugs, callsign DBs etc to the device. More...

#include <transferflags.hh>

Inheritance diagram for TransferFlags:

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.

Detailed Description

Controls the transfer of codeplugs, callsign DBs etc to the device.


The documentation for this class was generated from the following files:
  • /builddir/build/BUILD/qdmr-0.14.1-build/qdmr-0.14.1/lib/transferflags.hh
  • /builddir/build/BUILD/qdmr-0.14.1-build/qdmr-0.14.1/lib/transferflags.cc