Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllCatStateTags = []struct { Value CatStateTag TSName string }{ {Value: Identity, TSName: Identity.String()}, {Value: VfoAFreq, TSName: VfoAFreq.String()}, {Value: VfoBFreq, TSName: VfoBFreq.String()}, {Value: Split, TSName: Split.String()}, {Value: Select, TSName: Select.String()}, {Value: MainMode, TSName: MainMode.String()}, {Value: SubMode, TSName: SubMode.String()}, {Value: TxPwr, TSName: TxPwr.String()}, }
Functions ¶
This section is empty.
Types ¶
type CatStateTag ¶
type CatStateTag string
const ( Identity CatStateTag = "IDENTITY" VfoAFreq CatStateTag = "VFOAFREQ" VfoBFreq CatStateTag = "VFOBFREQ" Split CatStateTag = "SPLIT" Select CatStateTag = "SELECT" MainMode CatStateTag = "MAINMODE" SubMode CatStateTag = "SUBMODE" TxPwr CatStateTag = "TXPWR" )
func (CatStateTag) String ¶
func (ca CatStateTag) String() string
Click to show internal directories.
Click to hide internal directories.