| KM_Controller(Boolean) Constructor |
Default constructor for the KM_Controller object
Use this for single board applications
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public KM_Controller(
bool DoNotObtainConsoleMessages = false
)
Public Sub New (
Optional DoNotObtainConsoleMessages As Boolean = false
)
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