Class PdaUpdateState
Inheritance
System.Object
PdaUpdateState
Assembly: Content.Shared.dll
Syntax
public sealed class PdaUpdateState : CartridgeLoaderUiState
Constructors
|
Improve this Doc
View Source
PdaUpdateState(List<NetEntity>, Nullable<NetEntity>, Boolean, Boolean, PdaIdInfoText, Nullable<String>, Boolean, Boolean, Nullable<String>)
Declaration
public PdaUpdateState(List<NetEntity> programs, NetEntity? activeUI, bool flashlightEnabled, bool hasPen, PdaIdInfoText pdaOwnerInfo, string? stationName, bool hasUplink = false, bool canPlayMusic = false, string? address = null)
Parameters
Type |
Name |
Description |
List<NetEntity> |
programs |
|
System.Nullable<NetEntity> |
activeUI |
|
System.Boolean |
flashlightEnabled |
|
System.Boolean |
hasPen |
|
PdaIdInfoText |
pdaOwnerInfo |
|
System.Nullable<System.String> |
stationName |
|
System.Boolean |
hasUplink |
|
System.Boolean |
canPlayMusic |
|
System.Nullable<System.String> |
address |
|
Fields
|
Improve this Doc
View Source
Address
Declaration
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
CanPlayMusic
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FlashlightEnabled
Declaration
public bool FlashlightEnabled
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HasPen
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HasUplink
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PdaOwnerInfo
Declaration
public PdaIdInfoText PdaOwnerInfo
Field Value
|
Improve this Doc
View Source
StationName
Declaration
public string? StationName
Field Value
Type |
Description |
System.Nullable<System.String> |
|