Prosoft-technology MVI69-ADM Manual de usuario Pagina 226

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 342
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 225
Backplane API Functions MVI-ADM 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 226 of 342 ProSoft Technology, Inc.
February 20, 2013
MVIbp_GetSetupMode
Syntax
int MVIbp_GetSetupMode(MVIHANDLE handle, int *mode);
Parameters
handle
Handle returned by previous call to MVIbp_Open
mode
Pointer to an integer that is set to 1 if the Setup Jumper is
installed, or 0 if the Setup Jumper is not installed.
Description
This function queries the state of the Setup Jumper.
handle must be a valid handle returned from MVIbp_Open.
mode is a pointer to an integer. When this function returns, mode will be set to 1
if the module is in Setup Mode, or 0 if not.
If the Setup Jumper is installed, the module is considered to be in Setup Mode. It
may be useful for an application to detect Setup Mode and perform special
configuration or diagnostic functions.
Return Value
MVI_SUCCESS
No errors were encountered
MVI_ERR_NOACCESS
handle does not have access
Example
MVIHANDLE handle;
int mode;
MVIbp_GetSetupMode(handle, &mode);
if (mode)
// Setup Jumper is installed - perform configuration/diagnostic
else
// Not in Setup Mode - normal operation
Vista de pagina 225
1 2 ... 221 222 223 224 225 226 227 228 229 230 231 ... 341 342

Comentarios a estos manuales

Sin comentarios