mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Expand range of commands.
This commit is contained in:
parent
a3aaffd280
commit
b43a354343
3 changed files with 40 additions and 4 deletions
|
|
@ -23,7 +23,13 @@
|
|||
|
||||
enum REMOTE_COMMAND {
|
||||
RC_NONE,
|
||||
RC_FORCE_IDLE
|
||||
RC_MODE_IDLE,
|
||||
RC_MODE_LOCKOUT,
|
||||
RC_MODE_DSTAR,
|
||||
RC_MODE_DMR,
|
||||
RC_MODE_YSF,
|
||||
RC_MODE_P25,
|
||||
RC_MODE_NXDN
|
||||
};
|
||||
|
||||
class CRemoteControl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue