C# 클래스 bigloo.input_pipe_port

상속: input_port
파일 보기 프로젝트 열기: mbrock/bigloo-llvm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_in Stream

공개 메소드들

메소드 설명
close ( ) : void
input_pipe_port ( Stream _in, byte c ) : System
input_pipe_port ( String cmd, byte buf ) : System
input_pipe_port ( byte cmd, byte buf ) : System
pipe_name_p ( byte name ) : bool
rgc_charready ( ) : bool
rgc_fill_buffer ( ) : bool
write ( output_port p ) : void

비공개 메소드들

메소드 설명
rgc_size_fill_file_buffer ( int bufpose, int size ) : bool

메소드 상세

close() 공개 메소드

public close ( ) : void
리턴 void

input_pipe_port() 공개 메소드

public input_pipe_port ( Stream _in, byte c ) : System
_in Stream
c byte
리턴 System

input_pipe_port() 공개 메소드

public input_pipe_port ( String cmd, byte buf ) : System
cmd String
buf byte
리턴 System

input_pipe_port() 공개 메소드

public input_pipe_port ( byte cmd, byte buf ) : System
cmd byte
buf byte
리턴 System

pipe_name_p() 공개 정적인 메소드

public static pipe_name_p ( byte name ) : bool
name byte
리턴 bool

rgc_charready() 공개 메소드

public rgc_charready ( ) : bool
리턴 bool

rgc_fill_buffer() 공개 메소드

public rgc_fill_buffer ( ) : bool
리턴 bool

write() 공개 메소드

public write ( output_port p ) : void
p output_port
리턴 void

프로퍼티 상세

_in 공개적으로 프로퍼티

public Stream _in
리턴 Stream