C# 클래스 kOS.TerminalButton

상속: Structure
파일 보기 프로젝트 열기: Nivekk/KOS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ButtonNumber int
ClickState System.Boolean
DownState System.Boolean
LightState System.Boolean

보호된 프로퍼티들

프로퍼티 타입 설명
cpu CPU

공개 메소드들

메소드 설명
Click ( ) : void
Down ( ) : void
TerminalButton ( CPU cpu, int number ) : System
ToString ( ) : string
Up ( bool isWithin ) : void

메소드 상세

Click() 공개 메소드

public Click ( ) : void
리턴 void

Down() 공개 메소드

public Down ( ) : void
리턴 void

TerminalButton() 공개 메소드

public TerminalButton ( CPU cpu, int number ) : System
cpu CPU
number int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Up() 공개 메소드

public Up ( bool isWithin ) : void
isWithin bool
리턴 void

프로퍼티 상세

ButtonNumber 공개적으로 프로퍼티

public int ButtonNumber
리턴 int

ClickState 공개적으로 프로퍼티

public Boolean,System ClickState
리턴 System.Boolean

DownState 공개적으로 프로퍼티

public Boolean,System DownState
리턴 System.Boolean

LightState 공개적으로 프로퍼티

public Boolean,System LightState
리턴 System.Boolean

cpu 보호되어 있는 프로퍼티

protected CPU,kOS cpu
리턴 CPU