Click or drag to resize

KM_Controller(Boolean) Constructor

Default constructor for the KM_Controller object Use this for single board applications

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public KM_Controller(
	bool DoNotObtainConsoleMessages = false
)

Parameters

DoNotObtainConsoleMessages  Boolean  (Optional)
Set true if Console Messages should not be handled by this App Defaults to false.
See Also