Prosoft-technology MVI69-ADM Bedienungsanleitung Seite 271

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 342
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 270
MVI-ADM 'C' Programmable CIP Messaging Library Functions
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 271 of 342
February 20, 2013
MVIcip_Close
Syntax
int MVIcip_Close(MVIHANDLE handle);
Parameters
handle
handle returned by previous call to MVIcip_Open
Description
This function is used by an application to release control of the CIP API.
handle must be a valid handle returned from MVIcip_Open.
Return Value
MVI_SUCCESS
API was closed successfully
MVI_ERR_NOACCESS
handle does not have access
Example
MVIHANDLE handle;
MVIcip_Close (handle);
See Also
MVIcip_Open (page 270)
After the CIP API has been opened, this function should always be called before
exiting the application.
Seitenansicht 270
1 2 ... 266 267 268 269 270 271 272 273 274 275 276 ... 341 342

Kommentare zu diesen Handbüchern

Keine Kommentare