Prosoft-technology MVI69-ADM Manual do Utilizador Página 173

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 342
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 172
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 173 of 342
February 20, 2013
ADM_BtFunc
Syntax
int ADM_BtFunc(ADMHANDLE adm_handle, ADM_INTERFACE * adm_interface_ptr, int
verbose)
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
verbose
Switch to enable status messages to the debug port. A 1 will
enable messages and a 0 will disable the messages.
Description
This function handles the transfer of data across the backplane.
Return Value
0
Block transfer was successful
1
Invalid block number received
Example
ADMHANDLE adm_handle;
ADM_INTERFACE *interface_ptr;
int verbose = 1;
ADM_INTERFACE interface;
interface_ptr = &interface;
/* call backplane transfer logic */
ADM_BtFunc(adm_handle, interface_ptr, verbose);
See Also
ADM_BtOpen (page 169)
Vista de página 172
1 2 ... 168 169 170 171 172 173 174 175 176 177 178 ... 341 342

Comentários a estes Manuais

Sem comentários