UniSaSA
1.0
C Gateway
gateways
CGateway
ipClientConnector.h
1
#ifndef _SOCKET_CLIENT_CONNECTOR_H_
2
#define _SOCKET_CLIENT_CONNECTOR_H_
3
4
#include "
connector.h
"
5
6
#define UNISASA_SIZE_IPV4 4
7
8
connectorInterface_t
createClientTCPConnector(
const
char
*IP,
unsigned
int
port);
9
10
connectorInterface_t
createClientUDPConnector(
const
char
*IP,
unsigned
int
port);
11
12
#endif
13
connectorInterface_t
Definition:
connector.h:103
connector.h
Generated by
1.8.13