Prosoft-technology MVI56E-LDM Instrukcja Użytkownika Strona 83

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 264
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 82
ControlLogix Platform "C" Programmable CIP API Functions
Linux Application Development Module Developer's Manual
ProSoft Technology, Inc. Page 77 of 264
March 12, 2014
OCXcip_Close
Syntax
int OCXcip_Close(OCXHANDLE apihandle);
Parameters
apihandle
handle returned by previous call to OCXcip_Open
Description
This function is used by an application to release control of the CIP API.
apihandle must be a valid handle returned from OCXcip_Open.
IMPORTANT: Once the CIP API has been opened, this function should always
be called before exiting the application.
Return Value
OCX_SUCCESS
API was closed successfully
OCX_ERR_NOACCESS
apihandle does not have access
Example
OCXHANDLE apihandle;
OCXcip_Close (apihandle);
See Also
OCXcip_Open
After the CIP API has been opened, this function should always be called before
exiting the application.
Przeglądanie stron 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 263 264

Komentarze do niniejszej Instrukcji

Brak uwag