Property | Type | Description | |
---|---|---|---|
_in | Stream |
Method | Description | |
---|---|---|
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 ( |
Method | Description | |
---|---|---|
rgc_size_fill_file_buffer ( int bufpose, int size ) : bool |
public input_pipe_port ( Stream _in, byte c ) : System | ||
_in | Stream | |
c | byte | |
return | System |
public input_pipe_port ( String cmd, byte buf ) : System | ||
cmd | String | |
buf | byte | |
return | System |
public input_pipe_port ( byte cmd, byte buf ) : System | ||
cmd | byte | |
buf | byte | |
return | System |
public static pipe_name_p ( byte name ) : bool | ||
name | byte | |
return | bool |