enum rcf_call_mode
Overview
List of modes that can be used while calling RCF functions especially for those that deal with traffic application domain More…
#include <rcf_api.h> enum rcf_call_mode { RCF_MODE_NONBLOCKING, RCF_MODE_BLOCKING, };
Detailed Documentation
List of modes that can be used while calling RCF functions especially for those that deal with traffic application domain
Enum Values
RCF_MODE_NONBLOCKING
Used for non-blocking calls
RCF_MODE_BLOCKING
Used for blocking call