Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CallsignRegex = regexp.MustCompile(`^([A-Z0-9]{0,8})$`)
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command string
const ( // Command Types COMMAND_DMRA Command = "DMRA" // DMR talker alias COMMAND_DMRD Command = "DMRD" // DMR data COMMAND_MSTCL Command = "MSTCL" // master server is closing connection COMMAND_MSTNAK Command = "MSTNAK" // master -> repeater nak COMMAND_MSTPONG Command = "MSTPONG" // RPTPING response COMMAND_RPTL Command = "RPTL" // RPTLogin -- a repeater wants to login COMMAND_RPTPING Command = "RPTPING" // repeater -> master ping COMMAND_RPTCL Command = "RPTCL" // repeater wants to disconnect COMMAND_RPTACK Command = "RPTACK" // mater -> repeater ack COMMAND_RPTK Command = "RPTK" // Login challenge response COMMAND_RPTC Command = "RPTC" // repeater wants to send config or disconnect COMMAND_RPTO Command = "RPTO" // Repeater options. https://github.com/g4klx/MMDVMHost/blob/master/DMRplus_startup_options.md COMMAND_RPTSBKN Command = "RPTSBKN" // Synchronous Site Beacon? )
type FrameType ¶
type FrameType uint
func (*FrameType) ExtensionType ¶
func (*FrameType) MarshalBinaryTo ¶
func (*FrameType) UnmarshalBinary ¶
Click to show internal directories.
Click to hide internal directories.