LibDMRConf
0.6.0
A library to program DMR radios.
|
Binary representation of the analog alarm settings. More...
#include <d878uv_codeplug.hh>
Public Types | |
enum | Action { ALARM_AA_NONE = 0, ALARM_AA_TX_AND_BG = 1, ALARM_AA_TX_AND_ALARM = 2, ALARM_AA_BOTH = 3 } |
Possible alarm types. More... | |
enum | ENIType { ALARM_ENI_NONE = 0, ALARM_ENI_DTMF = 1, ALARM_ENI_5TONE = 2 } |
Possible alarm signalling types. More... | |
Public Attributes | |
uint8_t | action |
Action to take, see Action . | |
uint8_t | eni_type |
ENI type, see ENIType . | |
uint8_t | emergency_id_idx |
Emergency ID index, 0-based. | |
uint8_t | time |
Alarm time in seconds, default 10. | |
uint8_t | tx_dur |
TX duration in seconds, default 10. | |
uint8_t | rx_dur |
RX duration in seconds, default 60. | |
Binary representation of the analog alarm settings.
Size 0x6 bytes.