fsp_plms_Disconnect()
QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper
Disconnect from a PLMS instance
Synopsis:
#include <fsp/plms.h>
fsp_ResultType fsp_plms_Disconnect( fsp_plms_HandleType *plms_hdl,
int flags );
Arguments:
- plms_hdl
- The PLMS handle returned in fsp_plms_Connect().
- flags
- Currently unused.
Library:
libplms
Use the -l plms option to qcc to link against this library.
Description:
The fsp_plms_Disconnect() call closes the connection to a PLMS instance. Closing the connection also removes any notification registered on the handle with fsp_plms_RegisterNotificationEvent().
Returns:
Returns FSP_PLMS_STATUS_EOK on success or FSP_PLMS_STATUS_FAIL on error.
Example:
fsp_plms_Disconnect(plms_hdl, 0);
Page updated:
