Click or drag to resize

KM_ControllerCompileAndLoadCoff Method

Compiles a source file and loads it into the board

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

Parameters

thread  Int32
thread address to load into
programname  String
file name of the C program
bypasserror  Boolean
determines whether to collect any error returns

Return Value

String
return message from the C program's execution, including any errors
See Also