|
FireSync API
|
| kStatus kFsUtils_FindPsProgram | ( | const kChar * | programName, |
| kControllerType | type, | ||
| kBool | isDebug, | ||
| kChar * | path, | ||
| kSize | capacity | ||
| ) |
This function returns the fully qualified (absolute) path for a given program name based on the controller type.
| programName | Program name, e.g. "kTestApp", "kFireSyncApp" or "kSensorApp". |
| type | Controller type. |
| isDebug | Load debug firmware. |
| path | Receives path of the program name including file name. |
| capacity | Maximum number of characters (including null terminator). |