![]() |
Samsung Internal API reference
2.0
|
GP iSockets UDP API header (GPD_SPE_102) More...
Go to the source code of this file.
Data Structures | |
| struct | TEE_udpSocket_Setup_s |
| UDP Setup structure. More... | |
| struct | TEE_udpSocket_Change_s |
| UDP change addr and port IOCTL structure. TEE_UDP_CHANGE* functions are implementation as synonims. Both server_addr and server_port must be provided for either call. In case of error returned Client should try to open new socket as usual. More... | |
Typedefs | |
| typedef struct TEE_udpSocket_Setup_s | TEE_udpSocket_Setup |
| UDP Setup structure. | |
| typedef struct TEE_udpSocket_Change_s | TEE_udpSocket_Change |
| UDP change addr and port IOCTL structure. TEE_UDP_CHANGE* functions are implementation as synonims. Both server_addr and server_port must be provided for either call. In case of error returned Client should try to open new socket as usual. | |
Enumerations | |
| enum | { TEE_ISOCKET_UDP_API_VERSION = 0x01000000 } |
| UDP iSocket API version. Used to enshure API structures matching. More... | |
| enum | { TEE_ISOCKET_PROTOCOLID_UDP = 0x66 } |
| UDP Protocol identifier. More... | |
| enum | { TEE_ISOCKET_UDP_WARNING_UNKNOWN_OUT_OF_BAND = 0xF1020002 } |
| UDP Instance specific errors. More... | |
| enum | { TEE_UDP_CHANGEADDR = 0x66000001, TEE_UDP_CHANGEPORT = 0x66000002 } |
| UDP IOCTL codes. | |
Variables | |
| const TEE_iSocket *const | TEE_udpSocket |
| Public UDP instance pointer. | |
GP iSockets UDP API header (GPD_SPE_102)