Click or drag to resize

KM_InterpreterKM_GCodeInterpreterStatusHandler Delegate

Delegate reperesenting the KM_dotNet_Interop netG_STATUS_CALLBACK Function Pointer

Namespace: KMotion_dotNet
Assembly: 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
)

Parameters

lineno  Int32
current line number of the interpreted block
msg  String
Block Data
See Also