Show / Hide Table of Contents

Class IntercomBoundUIState

Inheritance
System.Object
IntercomBoundUIState
Namespace: Content.Shared.Radio
Assembly: Content.Shared.dll
Syntax
public sealed class IntercomBoundUIState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

IntercomBoundUIState(Boolean, Boolean, List<String>, String)

Declaration
public IntercomBoundUIState(bool micEnabled, bool speakerEnabled, List<string> availableChannels, string selectedChannel)
Parameters
Type Name Description
System.Boolean micEnabled
System.Boolean speakerEnabled
List<System.String> availableChannels
System.String selectedChannel

Fields

| Improve this Doc View Source

AvailableChannels

Declaration
public List<string> AvailableChannels
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

MicEnabled

Declaration
public bool MicEnabled
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

SelectedChannel

Declaration
public string SelectedChannel
Field Value
Type Description
System.String
| Improve this Doc View Source

SpeakerEnabled

Declaration
public bool SpeakerEnabled
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾