open_console


Description:

public bool open_console (Stream stream, string? devname, uint flags) throws Error

Open a text console for the domain this, connecting it to the stream stream.

If devname is NULL, the default console will be opened, otherwise devname can be used to specify a non-default console device.

Parameters:

this

the domain

stream

stream to use as output

devname

the device name

flags

extra flags, currently unused

Returns:

TRUE if the console was opened, FALSE otherwise.