C# Class kOS.TerminalButton

Inheritance: Structure
Afficher le fichier Open project: Nivekk/KOS Class Usage Examples

Méthodes publiques

Свойство Type Description
ButtonNumber int
ClickState System.Boolean
DownState System.Boolean
LightState System.Boolean

Protected Properties

Свойство Type Description
cpu CPU

Méthodes publiques

Méthode Description
Click ( ) : void
Down ( ) : void
TerminalButton ( CPU cpu, int number ) : System
ToString ( ) : string
Up ( bool isWithin ) : void

Method Details

Click() public méthode

public Click ( ) : void
Résultat void

Down() public méthode

public Down ( ) : void
Résultat void

TerminalButton() public méthode

public TerminalButton ( CPU cpu, int number ) : System
cpu CPU
number int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Up() public méthode

public Up ( bool isWithin ) : void
isWithin bool
Résultat void

Property Details

ButtonNumber public_oe property

public int ButtonNumber
Résultat int

ClickState public_oe property

public Boolean,System ClickState
Résultat System.Boolean

DownState public_oe property

public Boolean,System DownState
Résultat System.Boolean

LightState public_oe property

public Boolean,System LightState
Résultat System.Boolean

cpu protected_oe property

protected CPU,kOS cpu
Résultat CPU