Prosoft-technology MVI56E-LDM Bedienungsanleitung Seite 121

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 264
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 120
ControlLogix Platform "C" Programmable CIP API Functions
Linux Application Development Module Developer's Manual
ProSoft Technology, Inc. Page 115 of 264
March 12, 2014
OCXcip_DeleteTagDbHandle
Syntax
int OCXcip_DeleteTagDbHandle (OCXHANDLE apihandle,
,OCXTAGDBHANDLE TagDbHandle);
Parameters
apihandle
handle returned by previous call to OCXcip_Open
TagDbHandle
Pointer to OCXTAGDBHANDLE instance
Description
This function is used by an application to delete a tag database handle.
tdbHandle must be a valid handle previously created with
OCXcip_CreateTagDbHandle.
IMPORTANT: Once the tag database handle is created, this function should be
called when the database is no longer needed.
Return Value
OCX_SUCCESS
ID object was retrieved successfully
OCX_ERR_NOACCESS
apiHandle does not have access
Example
OCXHANDLE hAPI;
OCXTAGDBHANDLE hTagDb;
OCXcip_DeleteTagDbHandle(hApi, hTagDb);
See Also
OCXcip_CreateTagDbHandle
Seitenansicht 120
1 2 ... 116 117 118 119 120 121 122 123 124 125 126 ... 263 264

Kommentare zu diesen Handbüchern

Keine Kommentare