![](../icons/Help.png) | KMConsoleHandler Delegate |
Callback delegate for KM_Controller returns
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic delegate int KMConsoleHandler(
string message
)
Public Delegate Function KMConsoleHandler (
message As String
) As Integer
public delegate int KMConsoleHandler(
String^ message
)
Parameters
- message String
- message from KM_Controller function
Return Value
Int32
See Also