fsp_plms_SetVerbosity()

QNX SDP8.0PLMS User's GuideAPIConfigurationDeveloper

Modifies the verbosity of PLMS

Synopsis:

#include <fsp/plms.h>

fsp_ResultType fsp_plms_SetVerbosity( fsp_plms_HandleType *plms_hdl,
                                      uint8_t verbosity );

Arguments:

plms_hdl
The PLMS handle returned in fsp_plms_Connect().
flags
Sets a specific value for verbosity. The value must be a non-negative integer.

Library:

libplms

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

Description:

The fsp_plms_SetVerbosity() function modifies the verbosity of the PLMS instance. The caller must have the plms/control ability to use this call.

Returns:

Returns FSP_PLMS_STATUS_EOK on success, or FSP_PLMS_STATUS_FAIL on error and sets errno.

Errors:

ENOSYS
The resource manager ID is incorrect.
EBADMSG
The resource manager received an incomplete or combined client message.

Example:

fsp_plms_SetVerbosity(plms_hdl, 5);
Page updated: