public interface IPCConsole
Modifier and Type | Method and Description |
---|---|
void |
close()
• Disconnects from the NXJ console application on the PC.
|
void |
open()
• Establishes a connection to a (running) NXJ console application on the PC.
|
void |
write(java.lang.String text)
• Text output without line break to a connected NXJ console window on a PC.
|
void |
writeln(java.lang.String text)
• Text output with line break to a connected NXJ console window on a PC.
|
void close()
void open()
void write(java.lang.String text)
text
- text to be written to the console window on the PCvoid writeln(java.lang.String text)
text
- text to be written to the console window on the PC