Description | |||||||||||||||||
Stop a previously loaded J-Link application. The application's stop method will be called. | |||||||||||||||||
Replacement in Object TOOLKIT: | pfcJLinkApplication::Stop | ||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProJlink.h> | |||||||||||||||||
ProError | ProJlinkApplicationStop | ( | |||||||||||||||
ProJlinkAppHandle app_handle | |||||||||||||||||
/* (In) | |||||||||||||||||
Handle to the Jlink application. | |||||||||||||||||
*/ | |||||||||||||||||
char ** exception | |||||||||||||||||
/* (Out) | |||||||||||||||||
If the application stop method threw an exception, the exception description is stored here. Free this string using ProStringFree. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|