Show / Hide Table of Contents

Class FaxUiState

Inheritance
System.Object
FaxUiState
Namespace: Content.Shared.Fax
Assembly: Content.Shared.dll
Syntax
public sealed class FaxUiState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

FaxUiState(String, Dictionary<String, String>, Boolean, Boolean, Nullable<String>)

Declaration
public FaxUiState(string deviceName, Dictionary<string, string> peers, bool canSend, bool isPaperInserted, string? destAddress)
Parameters
Type Name Description
System.String deviceName
Dictionary<System.String, System.String> peers
System.Boolean canSend
System.Boolean isPaperInserted
System.Nullable<System.String> destAddress

Properties

| Improve this Doc View Source

AvailablePeers

Declaration
public Dictionary<string, string> AvailablePeers { get; }
Property Value
Type Description
Dictionary<System.String, System.String>
| Improve this Doc View Source

CanSend

Declaration
public bool CanSend { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DestinationAddress

Declaration
public string? DestinationAddress { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

DeviceName

Declaration
public string DeviceName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsPaperInserted

Declaration
public bool IsPaperInserted { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾