Prosoft-technology MVI69-ADM Instrukcja Użytkownika Strona 188

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 342
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 187
Application Development Function Library - ADM API MVI-ADM 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 188 of 342 ProSoft Technology, Inc.
February 20, 2013
7.10 ADM Side-Connect Functions
ADM_ScOpen
Syntax
int ADM_ScOpen(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 opens and initializes the side-connect interface.
Return Value
ADM_SUCCESS
No errors were encountered
ADM_ERR_NOACCESS
adm_handle does not have access
ADM_ERR_NOTSUPPORTED
Function is not supported on this platform
Example
ADMHANDLE adm_handle;
ADM_INTERFACE *interface_ptr;
int verbose = 1;
ADM_INTERFACE interface;
interface_ptr = &interface;
ADM_ScOpen(adm_handle, interface_ptr, verbose);
See Also
ADM_ScClose (page 189)
Przeglądanie stron 187
1 2 ... 183 184 185 186 187 188 189 190 191 192 193 ... 341 342

Komentarze do niniejszej Instrukcji

Brak uwag