if( st == FALSE) break;
}
return( max_up_index );
}
F_DispSetup
F_DispSetup - Copy programmer’s configuration to report message buffer in text form.
VALID FPA index - ( 1 to 64 )
Syntax:
MSPPRG_API INT_X F_DispSetup( void );
Return value:
1 - TRUE;
-2 (0xFFFFFFFE) - FPA_INVALID_NO
Example:
.......................
.......................
F_DispSetup();
Disp_report_message();
//see F_ReportMessage or F_GetReportMessage for details
.......................
F_ReportMessage, F_ReportMessage
F_ReportMessage - Get the last report message from the programmer.
or F_Report_Message
VALID FPA index - ( 1 to 64 )
When any of the DLL functions is activated, a message is created and displayed on the dynamically
created programmer’s dialogue box. At the end of execution the dialogue box is closed and function
returns back to the application program. Reported message is closed as well. The last report message
can be read by application program using F_ReportMessage function. When F_ReportMessage is
called, then report message up to 1000 characters is imported from the programmer software to the
application software. Make sure to declare characters string length no less then 1000 characters.
When F_ReportMessage is called then at the end the internal report message buffer in the
programmer software is cleared. When F_ReportMessage is not called after every communication
68