Samsung Internal API reference  2.0
tee_tcpsocket.h
Go to the documentation of this file.
1 
9 #ifndef __TEE_ISOCKET_TCP__
10 #define __TEE_ISOCKET_TCP__
11 
12 #include "tee_isocket.h"
13 
17 enum {
19 };
20 
24 enum {
26 };
27 
31 enum {
33 };
34 
38 typedef struct TEE_tcpSocket_Setup_s {
39  uint32_t apiVersion;
41  char *server_addr;
47  uint32_t openTimeout;
49 
53 extern const TEE_iSocket *const TEE_tcpSocket DSO_EXPORT;
54 
55 #endif /* !__TEE_ISOCKET_TCP__ */
56 
TCP Setup structure.
Definition: tee_tcpsocket.h:38
Definition: tee_tcpsocket.h:32
int server_port
Definition: tee_tcpsocket.h:46
struct TEE_tcpSocket_Setup_s TEE_tcpSocket_Setup
TCP Setup structure.
uint32_t openTimeout
Definition: tee_tcpsocket.h:47
TEE_ipSocket_ipVersion ipVersion
Definition: tee_tcpsocket.h:40
Definition: tee_tcpsocket.h:25
Definition: tee_tcpsocket.h:18
uint32_t apiVersion
Definition: tee_tcpsocket.h:39
const TEE_iSocket *const TEE_tcpSocket
Public TCP instance pointer.
GP iSockets interface (GPD_SPE_100)
char * server_addr
Definition: tee_tcpsocket.h:41
enum TEE_ipSocket_ipVersion_e TEE_ipSocket_ipVersion
IP version.
iSocket instance Please refer to GPD_SPE_100 specification for detailed description. Basic rules are following:
Definition: tee_isocket.h:63