enum rcf_execute_mode

Overview

The ways a function may be called on TA More…

#include <rcf_common.h>

enum rcf_execute_mode {
    RCF_FUNC    = 1,
    RCF_THREAD,
    RCF_PROCESS,
};

Detailed Documentation

The ways a function may be called on TA

Enum Values

RCF_FUNC

Execute a function in the same context

RCF_THREAD

Execute a function in the TA thread

RCF_PROCESS

Execute a function in the separate process