ipDisconnect
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
This method closes the specified connection. All associated data should be freed. This call is generated when the user disconnects from the server and OpenAccess SDK client issues a disconnect call. Immediately after this, the Java object that was created for this connection will be destroyed.
int ipDisconnect(long dam_hdbc)
Parameters for ipDisconnect
| Parameter | Type | Description |
| INPUT | ||
| dam_hdbc | long | The connection handle. |
| RETURN | ||
| int | DAM_SUCCESS - on successDAM_FAILURE - on failure | |