#include <gwenhywfar/request.h>
#include "clientmanager_l.h"
#include <gwenhywfar/misc.h>
#include "server_l.h"
#include "lockrequest_l.h"
#include "cl_client_l.h"
#include "common/card.h"
Go to the source code of this file.
Typedefs | |
typedef struct LCCL_REQUEST | LCCL_REQUEST |
Functions | |
GWEN_IPC_REQUEST * | LCCL_Request_new () |
int | LCCL_Request_IsofThisType (GWEN_IPC_REQUEST *rq) |
LCCO_CARD * | LCCL_Request_GetCard (const GWEN_IPC_REQUEST *rq) |
void | LCCL_Request_SetCard (GWEN_IPC_REQUEST *rq, LCCO_CARD *card) |
LCCL_CLIENTMANAGER * | LCCL_Request_GetClientManager (const GWEN_IPC_REQUEST *rq) |
void | LCCL_Request_SetClientManager (GWEN_IPC_REQUEST *rq, LCCL_CLIENTMANAGER *clm) |
LCCL_CLIENT * | LCCL_Request_GetClient (const GWEN_IPC_REQUEST *rq) |
void | LCCL_Request_SetClient (GWEN_IPC_REQUEST *rq, LCCL_CLIENT *cl) |
uint32_t | LCCL_Request_GetUint32Data (const GWEN_IPC_REQUEST *rq) |
void | LCCL_Request_SetUint32Data (GWEN_IPC_REQUEST *rq, uint32_t i) |
uint32_t | LCCL_Request_GetUint32Data2 (const GWEN_IPC_REQUEST *rq) |
void | LCCL_Request_SetUint32Data2 (GWEN_IPC_REQUEST *rq, uint32_t i) |
typedef struct LCCL_REQUEST LCCL_REQUEST |
GWEN_IPC_REQUEST* LCCL_Request_new | ( | ) |
int LCCL_Request_IsofThisType | ( | GWEN_IPC_REQUEST * | rq | ) |
LCCO_CARD* LCCL_Request_GetCard | ( | const GWEN_IPC_REQUEST * | rq | ) |
void LCCL_Request_SetCard | ( | GWEN_IPC_REQUEST * | rq, | |
LCCO_CARD * | card | |||
) |
LCCL_CLIENTMANAGER* LCCL_Request_GetClientManager | ( | const GWEN_IPC_REQUEST * | rq | ) |
void LCCL_Request_SetClientManager | ( | GWEN_IPC_REQUEST * | rq, | |
LCCL_CLIENTMANAGER * | clm | |||
) |
LCCL_CLIENT* LCCL_Request_GetClient | ( | const GWEN_IPC_REQUEST * | rq | ) |
void LCCL_Request_SetClient | ( | GWEN_IPC_REQUEST * | rq, | |
LCCL_CLIENT * | cl | |||
) |
uint32_t LCCL_Request_GetUint32Data | ( | const GWEN_IPC_REQUEST * | rq | ) |
void LCCL_Request_SetUint32Data | ( | GWEN_IPC_REQUEST * | rq, | |
uint32_t | i | |||
) |
uint32_t LCCL_Request_GetUint32Data2 | ( | const GWEN_IPC_REQUEST * | rq | ) |
void LCCL_Request_SetUint32Data2 | ( | GWEN_IPC_REQUEST * | rq, | |
uint32_t | i | |||
) |