mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-05 14:15:43 +08:00
Expand range of commands.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user