Click or drag to resize

KM_ControllerCompile Method

Compiles a source file

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public string Compile(
	int thread,
	string programname
)

Parameters

thread  Int32
thread address to load into
programname  String
file name of the C program

Return Value

String
program output
See Also