Interface: CdiControlEvents
Defined in: src/sdk/cdi/CdiControlEvents.ts:32
All events used to control CDIs.
Extends
Indexable
[key
: `cdi_src_switch_${string}`
]: void
[key
: `cdi_src_set_${string}`
]: Readonly
<NavSourceId
>
[key
: `cdi_src_gps_toggle_${string}`
]: void
Properties
cdi_src_gps_toggle
cdi_src_gps_toggle:
void
Defined in: src/sdk/cdi/CdiControlEvents.ts:14
Toggles the source of a CDI between GPS and NAV.
Inherited from
BaseCdiControlEvents
.cdi_src_gps_toggle
cdi_src_set
cdi_src_set:
Readonly
<NavSourceId
>
Defined in: src/sdk/cdi/CdiControlEvents.ts:11
Sets the source of a CDI.
Inherited from
BaseCdiControlEvents
.cdi_src_set
cdi_src_switch
cdi_src_switch:
void
Defined in: src/sdk/cdi/CdiControlEvents.ts:8
Switches the source of a CDI.