Interface IpfcJLinkApplication
Description
Direct Parent Classes:
User Guide References:
Method Summary
Function | |
| |
| |
| Call a method in a J-Link application, with user-specified arguments. |
Function | |
| |
| |
| Identifies if the application is currently running. |
Sub | |
| |
| |
| Stop a previously loaded J-Link application. The application's stop method will be called. |
Method Detail
Call a method in a J-Link application, with user-specified arguments.
Exceptions thrown (but not limited to):
IpfcXToolkitUserAbort - The application threw an exception. See the exception output argument for more details.
Parameters:
TaskId
The string identifier for the task.
InputArguments
The input arguments for the method.
Returns:
The output arguments from the method.
User Guide References:
Function | IsActive | () as Boolean |
Identifies if the application is currently running.
Returns:
true if its running, false otherwise.
User Guide References:
Stop a previously loaded J-Link application. The application's stop method will be called.
Exceptions thrown (but not limited to):
IpfcXToolkitUserAbort - The application failed to shutdown properly. See the output exception for more details.
User Guide References: