add % before the privilege tag not to link to the linkage page
[platform/framework/native/nfc.git] / inc / FNetNfc.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17 /**
18  * @file    FNetNfc.h
19  * @brief   This is the header file for the %Nfc namespace.
20  *
21  * This header file contains the declarations and descriptions of the %Nfc namespace.
22  */
23 #ifndef _FNET_NFC_H_
24 #define _FNET_NFC_H_
25
26 #include <FNetNfcNfcTypes.h>
27 #include <FNetNfcNdefRecordType.h>
28 #include <FNetNfcNdefRecord.h>
29 #include <FNetNfcNdefMessage.h>
30 #include <FNetNfcNfcTag.h>
31 #include <FNetNfcTagConnection.h>
32 #include <FNetNfcNdefTagConnection.h>
33 #include <FNetNfcNfcManager.h>
34 #include <FNetNfcNdefPushManager.h>
35 #include <FNetNfcINfcTagDiscoveryEventListener.h>
36 #include <FNetNfcINdefMessageDiscoveryEventListener.h>
37 #include <FNetNfcINfcManagerEventListener.h>
38 #include <FNetNfcITagConnectionListener.h>
39 #include <FNetNfcINdefTagConnectionListener.h>
40 #include <FNetNfcINfcDeviceDiscoveryEventListener.h>
41 #include <FNetNfcINdefPushManagerListener.h>
42
43 namespace Tizen { namespace Net
44 {
45 /**
46  * @namespace   Tizen::Net::Nfc
47  * @brief       This namespace contains the classes and interfaces for the Near Field Communication (NFC) services.
48  * @since       2.0
49  *
50  * @remarks     @b Header @b %file: @b \#include @b <FNet.h> @n
51  *              @b Library : @b osp-nfc @n
52  *
53  * The %Nfc namespace contains the various classes and interfaces for the Near Field Communication (NFC) programming that
54  * enables the devices to share information within a distance of less than @c 4 centimeters.
55  *
56  * For more information on the NFC namespace features, see
57  * <a href="../org.tizen.native.appprogramming/html/guide/net/nfc.htm">NFC Guide</a>.
58  *
59  *
60  * The following diagram illustrates the relationships between the classes belonging to the %Nfc namespace.
61  * @image html net_nfc_using_the_apis_classdiagram.png
62  *
63  */
64 namespace Nfc
65 {
66 } } } // Tizen::Net::Nfc
67 #endif // _FNET_NFC_H_