AudioOutputTrait.RenameOutputCommand.Request

class AudioOutputTrait.RenameOutputCommand.Request


The request payload for the RenameOutput command.

Summary

Public constructors

Request(index: UByte, name: String)

Creates a request payload for the RenameOutput command.

Public properties

UByte

The index of the output to rename.

String

The new name of the specified output.

Public constructors

Request

Request(index: UByte, name: String = "")

Creates a request payload for the RenameOutput command.

Public properties

index

val indexUByte

The index of the output to rename.

name

val nameString

The new name of the specified output.