D.I.T. ( Do It Tizen! )  1.0.0
Samsung Software Membership
All Data Structures Files Functions Macros Pages
Data Fields
Socket Struct Reference

Socket 모듈에 대한 구조체이다. Socket 모듈은 다양한 방식으로 Socket 통신을 할 수 있다. More...

#include <Socket.h>

Collaboration diagram for Socket:
Collaboration graph

Data Fields

bool(* isAccessible )(Socket this_gen)
 
bool(* onConnect )(Socket this_gen, String url, int port)
 
bool(* onDisconnect )(Socket this_gen)
 
bool(* Send )(Socket this_gen, String msg)
 
bool(* Recv )(Socket this_gen, String *msg)
 

Detailed Description

Socket 모듈에 대한 구조체이다. Socket 모듈은 다양한 방식으로 Socket 통신을 할 수 있다.

Note
Socket의 Socket 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewSocket() 함수를 사용해야 하며 사용이 끝났을 때 DestorySocket() 함수를 꼭 사용해야 한다.
See Also
Tizen Native API Document - CURL part
Precondition
privilege

The documentation for this struct was generated from the following file: