| OpenHPI Manual | ||
|---|---|---|
| <<< Previous | OpenHPI Plugin Development Guide | Next >>> |
The close function
prototype:
static void my_close(void *hnd);
|
The close function is called when a plug-in is finalized. You would close any open connection, free any private data structures and terminate all loose data.
| <<< Previous | Home | Next >>> |
| The Open function | Up | The discover_resources function |