Socket 모듈에 대한 구조체이다. Socket 모듈은 다양한 방식으로 Socket 통신을 할 수 있다.
More...
#include <Socket.h>
|
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) |
|
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: