#include <netinet/tcp.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/select.h>
#include <sys/errno.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <pthread.h>
#include "mockVMNfcd.h"
#include "logger.h"
#include "mockVMLibNci.h"
#include <sys/types.h>
Go to the source code of this file.
#define LOG_TAG "mockVMNfcd" |
#define NFC_UPDATE_PERIOD 1 /* period in sec between 2 nfc fix emission */ |
#define SIM_NFC_PORT 22800 |
void* mock_vmnfc_recv_poll |
( |
void * |
args | ) |
|
NfcPayload* readNfcBody |
( |
int |
csock, |
|
|
uint32_t |
siz |
|
) |
| |