Remote Control Programming User’s Guide
PM024A02 Rev.2
35
#define
ALL_ACTIVE_FPA
0
in the header file
Return value:
TRUE - if used fpa index is valid
FPA_INVALID_NO - if used fpa index is not activated or out of range
note: FPA_INVALID_NO -> -2 (minus 2)
F_Get_FPA_index
F_Get_FPA_index
- Get current FPA index
Syntax:
BYTE MSPPRG_API
F_Get_FPA_index ( void );
Return value:
current FPA index
F_Disable_FPA_index
F_Disable_FPA_index
- Disable desired FPA index (desired DLL instance)
VALID FPA index
- ( 1 to 8 )
Function allows to disable communication with selected FPA adapter. From application point of
view, all responses will be the same as from the not active FPA. Communication with target
devices connected to selected FPA will be stopped. When the F_Set_FPA_index(0) will be used,
then selected FPA will be ignored. Result will not be presented in the Status results (Status and
F_LastStatus(..)).
Syntax:
void
MSPPRG_API
F_Disable_FPA_index ( BYTE fpa );
Parameters:
fpa -> 1 to MAX_FPA_INDEX where MAX_FPA_INDEX = 8
F_Enable_FPA_index
F_Enable_FPA_index
- Enable desired FPA index (desired DLL instance)
VALID FPA index
- ( 1 to 8 )
Summary of Contents for FlashPro-CC
Page 10: ...10...