ChannelTrait.ChangeChannelCommand.Request

class ChannelTrait.ChangeChannelCommand.Request


The request payload for the ChangeChannel command.

Summary

Public constructors

Request(match: String)

Creates a request payload for the ChangeChannel command.

Public properties

String

A string used to identify the intended channel, which may be a call sign, a name, or a number.

Public constructors

Request

Request(match: String = "")

Creates a request payload for the ChangeChannel command.

Public properties

match

val matchString

A string used to identify the intended channel, which may be a call sign, a name, or a number.