Skip to main content

Type Alias: Radio

Radio = object

Defined in: src/sdk/instruments/RadioCommon.ts:26

Encapsulates a single radio's state.

Properties

activeFrequency

activeFrequency: number

Defined in: src/sdk/instruments/RadioCommon.ts:30

The current active frequency.


ident

ident: string | null

Defined in: src/sdk/instruments/RadioCommon.ts:32

The ident of the active station


index

index: number

Defined in: src/sdk/instruments/RadioCommon.ts:28

Index number of the radio.


radioType

radioType: RadioType

Defined in: src/sdk/instruments/RadioCommon.ts:38

The appropriate RadioType for this radio.


selected

selected: boolean

Defined in: src/sdk/instruments/RadioCommon.ts:40

Whether this radio is selected for changes.


signal

signal: number

Defined in: src/sdk/instruments/RadioCommon.ts:34

Signal strength of the active station.


standbyFrequency

standbyFrequency: number

Defined in: src/sdk/instruments/RadioCommon.ts:36

The current standby frequency.