Description | ||||||||||||||||||||
Call a static method, with variable arguments, in a J-Link application. | ||||||||||||||||||||
Replacement in Object TOOLKIT: | pfcJLinkApplication::ExecuteTask | |||||||||||||||||||
Synopsis | ||||||||||||||||||||
#include <ProJlink.h> | ||||||||||||||||||||
ProError | ProJlinkTaskExecute | ( | ||||||||||||||||||
ProJlinkAppHandle app_handle | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
Handle to the Jlink application. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProCharLine task_id | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
The name of the task listener registered using J-Link calls bt the application. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProArgument* input_args | ||||||||||||||||||||
/* (In) | ||||||||||||||||||||
ProArray of input arguments. This should not include any arguments of type PRO_VALUE_TYPE_POINTER. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
ProArgument** output_args | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
ProArray of output arguments. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
char ** exception | ||||||||||||||||||||
/* (Out) | ||||||||||||||||||||
If the method threw an exception, the exception description is stored here. Free this string using ProStringFree(). Pass NULL if you are not interested in this information. | ||||||||||||||||||||
*/ | ||||||||||||||||||||
) | ||||||||||||||||||||
Returns | ||||||||||||||||||||
|