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 SourceFaxUiState(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 SourceAvailablePeers
Declaration
public Dictionary<string, string> AvailablePeers { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.String> |
CanSend
Declaration
public bool CanSend { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
DestinationAddress
Declaration
public string? DestinationAddress { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
DeviceName
Declaration
public string DeviceName { get; }
Property Value
Type | Description |
---|---|
System.String |
IsPaperInserted
Declaration
public bool IsPaperInserted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |