LibDMRConf  0.5.0
A library to program DMR radios.
Public Types | Public Attributes | List of all members
D878UVCodeplug::analog_quick_call_t Struct Reference

Represents analog quick-call settings within the binary code-plug. More...

#include <d878uv_codeplug.hh>

Public Types

enum  Type { AQC_None = 0, AQC_DTMF = 1, AQC_2TONE = 2, AQC_5TONE = 3 }
 Analog quick-call types. More...
 

Public Attributes

uint8_t call_type
 Type of quick call, see Type.
 
uint8_t call_id_idx
 Index of whom to call. 0xff=none.
 

Detailed Description

Represents analog quick-call settings within the binary code-plug.

Size is 2 bytes.

Member Enumeration Documentation

◆ Type

Analog quick-call types.

Enumerator
AQC_None 

None, quick-call disabled.

AQC_DTMF 

DTMF call.

AQC_2TONE 

2-tone call.

AQC_5TONE 

5-tone call


The documentation for this struct was generated from the following file: