Prosoft-technology MVI56E-LDM Bedienungsanleitung Seite 86

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 264
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 85
CIP API Functions ControlLogix Platform "C" Programmable
Developer's Manual Linux Application Development Module
Page 80 of 264 ProSoft Technology, Inc.
March 12, 2014
Example
OCXHANDLE apihandle;
OCXHANDLE objHandle;
MY_STRUCT mystruct;
int rc;
OCXCALLBACK MyConnectProc (OCXHANDLE, OCXCIPCONNSTRUC *);
OCXCALLBACK MyServiceProc (OCXHANDLE, OCXCIPSERVSTRUC *);
// Register all instances of the assembly object
rc = MVIcip_RegisterAssemblyObj( apihandle, &objHandle,
(DWORD)&mystruct, MyConnectProc, MyServiceProc, NULL );
if (rc != OCX_SUCCESS) printf("Unable to register assembly object\n");
See Also
OCXcip_UnregisterAssemblyObj
connect_proc
service_proc
Seitenansicht 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 263 264

Kommentare zu diesen Handbüchern

Keine Kommentare