Samsung Internal API reference  2.0
tee_isocket.h File Reference

GP iSockets interface (GPD_SPE_100) More...

Go to the source code of this file.

Data Structures

struct  TEE_iSocket_s
 iSocket instance Please refer to GPD_SPE_100 specification for detailed description. Basic rules are following: More...
 

Typedefs

typedef struct __TEE_iSocketHandle * TEE_iSocketHandle
 iSocket context handle
 
typedef const struct TEE_iSocket_s TEE_iSocket
 iSocket instance Please refer to GPD_SPE_100 specification for detailed description. Basic rules are following: More...
 
typedef enum TEE_ipSocket_ipVersion_e TEE_ipSocket_ipVersion
 IP version.
 

Enumerations

enum  {
  TEE_ISOCKET_ERROR_PROTOCOL = 0xF1007001, TEE_ISOCKET_ERROR_REMOTE_CLOSED = 0xF1007002, TEE_ISOCKET_ERROR_TIMEOUT = 0xF1007003, TEE_ISOCKET_ERROR_OUT_OF_RESOURCES = 0xF1007004,
  TEE_ISOCKET_ERROR_LARGE_BUFFER = 0xF1007005, TEE_ISOCKET_WARNING_PROTOCOL = 0xF1007006, TEE_ISOCKET_ERROR_HOSTNAME = 0xF1007007
}
 iSocket common errors More...
 
enum  { TEE_ISOCKET_SERVER_NAME_MAX_LENGTH = 255 }
 Maximum server IPv4 address string lemgth. More...
 
enum  TEE_ipSocket_ipVersion_e { TEE_IP_VERSION_DC = 0, TEE_IP_VERSION_4 = 1, TEE_IP_VERSION_6 = 2 }
 IP version. More...
 

Detailed Description

GP iSockets interface (GPD_SPE_100)