Prosoft-technology MVI69-ADM Manual de usuario Pagina 125

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 342
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 124
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 125 of 342
February 20, 2013
7.3 ADM API Debug Port Functions
ADM_ProcessDebug
Syntax
int ADM_ProcessDebug(ADMHANDLE adm_handle, ADM_INTERFACE *adm_interface_ptr);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
adm_interface_ptr
Pointer to ADM_INTERFACE structure to allow API access to
structures
Description
This function provides a module user interface using the debug port. adm_handle
must be a valid handle returned from ADM_Open.
Return Value
ADM_SUCCESS
No errors were encountered
ADM_ERR_NOACCESS
adm_handle does not have access or user pressed ESC to exit
program
Example
ADMHANDLE adm_handle;
ADM_INTERFACE *interface_ptr;
ADM_INTERFACE interface;
interface_ptr = &interface;
ADM_ProcessDebug(adm_handle, interface_ptr);
Vista de pagina 124
1 2 ... 120 121 122 123 124 125 126 127 128 129 130 ... 341 342

Comentarios a estos manuales

Sin comentarios