Currently, the SDK has no way to 'merge' to SVF files together. Adding an public method where you can specify two SVF file paths (similar to the smv av command) would be very useful.
I have tried to check if I could do it myself using the public API's, but much of the functionality needed is not exposed:
|
if (fCmdAppVer && (DfsFile != NULL)) |
Currently, the SDK has no way to 'merge' to SVF files together. Adding an public method where you can specify two SVF file paths (similar to the
smv avcommand) would be very useful.I have tried to check if I could do it myself using the public API's, but much of the functionality needed is not exposed:
smartversion/src/cli/DfsCdLin.c
Line 3749 in 8105535