Reset operation.
Definition at line 416 of file rig.h. { RIG_RESET_NONE = 0, /*!< No reset */ RIG_RESET_SOFT = (1<<0), /*!< Software reset */ RIG_RESET_VFO = (1<<1), /*!< VFO reset */ RIG_RESET_MCALL = (1<<2), /*!< Memory clear */ RIG_RESET_MASTER = (1<<3) /*!< Master reset */ } reset_t;
|