Bluetooth 모듈에 대한 구조체이다. Bluetooth 모듈은 다양한 방식으로 Bluetooth 통신을 할 수 있다.
More...
#include <Bluetooth.h>
|
bool(* | isAccessible )(Bluetooth this_gen) |
|
bool(* | onConnect )(Bluetooth this_gen) |
|
bool(* | isConnected )(Bluetooth this_gen) |
|
bool(* | onDisconnect )(Bluetooth this_gen) |
|
bool(* | FileSend )(Bluetooth this_gen, String sendBuffer) |
|
bool(* | FileRecv )(Bluetooth this_gen, String *recvBuffer) |
|
Bluetooth 모듈에 대한 구조체이다. Bluetooth 모듈은 다양한 방식으로 Bluetooth 통신을 할 수 있다.
- Note
- Bluetooth의 Bluetooth 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewBluetooth() 함수를 사용해야 하며 사용이 끝났을 때 DestroyBluetooth() 함수를 꼭 사용해야 한다.
- See Also
- Tizen Native API Document - Bluetooth part
- Precondition
- feature
The documentation for this struct was generated from the following file: