paymentservice_request_events()
Make a request to begin receiving events.
Synopsis:
#include <bps/paymentservice.h>
BPS_API int paymentservice_request_events(int flags)
Arguments:
- flags
-
The types of events to deliver. A value of zero indicates that all events are requested. The meaning of non-zero values is reserved for future use.
Library:
libbpsDescription:
The paymentservice_request_events() function starts to deliver Payment Service events to your application using BPS. Events will be posted to the currently active channel.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.