![]() |
Samsung Internal API reference
2.0
|
GP iSockets TCP API header (GPD_SPE_101) More...
Go to the source code of this file.
Data Structures | |
| struct | TEE_tcpSocket_Setup_s |
| TCP Setup structure. More... | |
Typedefs | |
| typedef struct TEE_tcpSocket_Setup_s | TEE_tcpSocket_Setup |
| TCP Setup structure. | |
Enumerations | |
| enum | { TEE_ISOCKET_TCP_API_VERSION = 0x01010000 } |
| TCP iSocket API version. Used to enshure API structures matching. More... | |
| enum | { TEE_ISOCKET_PROTOCOLID_TCP = 0x65 } |
| TCP Protocol identifier. More... | |
| enum | { TEE_ISOCKET_TCP_WARNING_UNKNOWN_OUT_OF_BAND = 0xF1010002 } |
| TCP Instance specific errors. More... | |
Variables | |
| const TEE_iSocket *const | TEE_tcpSocket |
| Public TCP instance pointer. | |
GP iSockets TCP API header (GPD_SPE_101)