29 #define DCPUCR_POWERON 0
33 #define DCPUCR_INDEX_MAIN_OPTION 0
34 #define DCPUCR_INDEX_SUB_OPTION 1
36 APP_DWORD APP_FAR dcpucr_set_req (
LPST_MSG* ppMsg);
37 APP_DWORD APP_FAR dcpucr_get_req (
LPST_MSG* ppMsg);
38 APP_DWORD APP_FAR dcpucr_activate_req (
LPST_MSG* ppMsg);
39 APP_DWORD APP_FAR dcpucr_timeout (
LPST_MSG* ppMsg);
40 APP_DWORD APP_FAR dcpucr_set_rsp_pos (
LPST_MSG* ppMsg);
41 APP_DWORD APP_FAR dcpucr_set_rsp_neg (
LPST_MSG* ppMsg);
42 APP_DWORD APP_FAR dcpucr_get_rsp_pos (
LPST_MSG* ppMsg);
43 APP_DWORD APP_FAR dcpucr_get_rsp_neg (
LPST_MSG* ppMsg);
44 APP_DWORD APP_FAR dcpucr_close_req (
LPST_MSG* ppMsg);
45 APP_DWORD APP_FAR dcpucr_build_and_send_rsp (
LPST_MSG* ppMsg, APP_BYTE wServiceID);
47 #define RETURN_RMPM_ID_DCPUCR_INIT_CNF_POS (*ppMsg)->dwQueue = ID_QUEUE_RMPM; (*ppMsg)->wCodeFnct = ID_RMPM_DCPUCR_ACTIVATE_CNF_POS; return SEND_MESSAGE
48 #define RETURN_RMPM_GET_IND (*ppMsg)->dwQueue = ID_QUEUE_RMPM; (*ppMsg)->wCodeFnct = ID_RMPM_DCPUCR_GET_IND; return SEND_MESSAGE
49 #define RETURN_RMPM_SET_IND (*ppMsg)->dwQueue = ID_QUEUE_RMPM; (*ppMsg)->wCodeFnct = ID_RMPM_DCPUCR_SET_IND; return SEND_MESSAGE
Definition: message.h:1163