| KM_InterpreterKM_GCodeInterpreterStatusHandler Delegate |
Delegate reperesenting the
KM_dotNet_Interop netG_STATUS_CALLBACK Function Pointer
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public delegate void KM_GCodeInterpreterStatusHandler(
int lineno,
string msg
)
Public Delegate Sub KM_GCodeInterpreterStatusHandler (
lineno As Integer,
msg As String
)
public delegate void KM_GCodeInterpreterStatusHandler(
int lineno,
String^ msg
)
Parameters
- lineno Int32
- current line number of the interpreted block
- msg String
- Block Data
See Also