| KM_ControllerCompile Method |
Compiles a source file
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public string Compile(
int thread,
string programname
)
Public Function Compile (
thread As Integer,
programname As String
) As String
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
Stringprogram output
See Also