Echelon OpenLDV Bedienungsanleitung Seite 27

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 194
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 26
OpenLDV Programmer’s Guide 19
Syntax
LDVCode ldv_free_device_info(
const LDVDeviceInfo* pDeviceInfo
)
Table 5. ldv_free_device_info() Parameters
Parameter Direction Description
pDeviceInfo Input A pointer to an LDVDeviceInfo structure (that was
returned by the ldv_get_device_info()
function) to be freed.
Remarks
Use this function to release resources allocated by the ldv_get_driver_info()
function. This function returns LDV_OK if the resources are successfully
released.
See Structures and Enumerations for the Device API on page 37 for a description
of the LDVDeviceInfo structure.
ldv_free_driver_info()
Call this function to release resources allocated by the ldv_get_driver_info()
function.
Syntax
LDVCode ldv_free_driver_info(
LDVDriverInfo* pDriverInfo
)
Table 6. ldv_free_driver_info() Parameters
Parameter Direction Description
pDriverInfo Input A pointer to an LDVDriverInfo structure (that was
returned by the ldv_get_driver_info() function) to be freed.
Remarks
Use this function to release resources allocated by the ldv_get_driver_info()
function. This function returns LDV_OK if the resources are successfully
released.
See Structures and Enumerations for the Driver API on page 42 for a description
of the LDVDriverInfo structure.
Seitenansicht 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32 ... 193 194

Kommentare zu diesen Handbüchern

Keine Kommentare