| KM_ControllerCompileAndLoadCoff Method |
Compiles a source file and loads it into the board
Namespace: KMotion_dotNetAssembly: 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
)
Public Function CompileAndLoadCoff (
thread As Integer,
programname As String,
bypasserror As Boolean
) As String
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
Stringreturn message from the C program's execution, including any errors
See Also