fsp_plms_MsgRegisterEvent()

QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper

Register a secure event

Synopsis:

#include <fsp/plms.h>

fsp_ResultType fsp_plms_MsgRegisterEvent( fsp_plms_HandleType *plms_hdl,
                                          struct sigevent *se ); 

Arguments:

plms_hdl
The plms handle returned in fsp_plms_Connect().
se
The sigevent that should be registered as a secure event.

Library:

libplms

Use the -l plms option to qcc to link against this library.

Description:

The fsp_plms_MsgRegisterEvent() call registers the se with the kernel as a secure event. This call is a wrapper for MsgRegisterEvent(). Use MsgUnregisterEvent() to unregister the secure event registered with fsp_plms_MsgRegisterEvent().

Returns:

Returns FSP_PLMS_STATUS_EOK on success or FSP_PLMS_STATUS_FAIL on error.

Example:

fsp_plms_MsgRegisterEvent(plms_hdl, &se);
Page updated: