request_l.h File Reference
#include <gwenhywfar/misc.h>
#include <gwenhywfar/db.h>
#include <time.h>
#include <chipcard/client/card.h>
Go to the source code of this file.
Typedef Documentation
Function Documentation
| GWEN_LIST_FUNCTION_DEFS |
( |
LC_REQUEST |
, |
|
|
LC_Request |
| |
|
) |
| | |
| LC_REQUEST* LC_Request_new |
( |
LC_CARD * |
card, |
|
|
GWEN_DB_NODE * |
dbReq, |
|
|
uint32_t |
serverId, |
|
|
uint32_t |
ipcRequestId | |
|
) |
| | |
| GWEN_DB_NODE* LC_Request_GetRequestData |
( |
const LC_REQUEST * |
rq |
) |
|
| time_t LC_Request_GetRequestTime |
( |
const LC_REQUEST * |
rq |
) |
|
| uint32_t LC_Request_GetRequestId |
( |
const LC_REQUEST * |
rq |
) |
|
| void LC_Request_SetRequestId |
( |
LC_REQUEST * |
rq, |
|
|
uint32_t |
rqid | |
|
) |
| | |
| uint32_t LC_Request_GetIpcRequestId |
( |
const LC_REQUEST * |
rq |
) |
|
| void LC_Request_SetIpcRequestId |
( |
LC_REQUEST * |
rq, |
|
|
uint32_t |
rqid | |
|
) |
| | |
| uint32_t LC_Request_GetServerId |
( |
const LC_REQUEST * |
rq |
) |
|
| int LC_Request_GetIsAborted |
( |
const LC_REQUEST * |
rq |
) |
|
| void LC_Request_SetIsAborted |
( |
LC_REQUEST * |
rq, |
|
|
int |
b | |
|
) |
| | |