C# Class bigloo.input_console_port

Inheritance: input_port
Afficher le fichier Open project: mbrock/bigloo-llvm

Méthodes publiques

Méthode Description
input_console_port ( int size ) : System
reset_console ( ) : void
reset_eof ( ) : bool
rgc_charready ( ) : bool
rgc_fill_buffer ( ) : bool

Private Methods

Méthode Description
rgc_size_fill_con_buffer ( int bufpose, int size ) : bool

Method Details

input_console_port() public méthode

public input_console_port ( int size ) : System
size int
Résultat System

reset_console() public méthode

public reset_console ( ) : void
Résultat void

reset_eof() public méthode

public reset_eof ( ) : bool
Résultat bool

rgc_charready() public méthode

public rgc_charready ( ) : bool
Résultat bool

rgc_fill_buffer() public méthode

public rgc_fill_buffer ( ) : bool
Résultat bool