C# 클래스 kOS.Safe.Encapsulation.TerminalInput

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

공개 메소드들

메소드 설명
Clear ( ) : void
GetChar ( ) : kOS.Safe.Encapsulation.StringValue

Get the next char in the keyboard input queue. This is a blocking I/O if called from a kerboscript opcode. It will pause the program until such a time as input exists.

HasChar ( ) : BooleanValue
TerminalInput ( SafeSharedObjects shared ) : kOS.Safe.Encapsulation.Suffixes

비공개 메소드들

메소드 설명
InitializeSuffixes ( ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetChar() 공개 메소드

Get the next char in the keyboard input queue. This is a blocking I/O if called from a kerboscript opcode. It will pause the program until such a time as input exists.
public GetChar ( ) : kOS.Safe.Encapsulation.StringValue
리턴 kOS.Safe.Encapsulation.StringValue

HasChar() 공개 메소드

public HasChar ( ) : BooleanValue
리턴 BooleanValue

TerminalInput() 공개 메소드

public TerminalInput ( SafeSharedObjects shared ) : kOS.Safe.Encapsulation.Suffixes
shared SafeSharedObjects
리턴 kOS.Safe.Encapsulation.Suffixes