Serial Init Method Fling OS
Initialises the named pipe server and waits for a connection

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool Init(
	string pipe
)

Return Value

Type: Boolean
True if a connection is received. Otherwise false.
See Also