Release 4.0.0-preview1-00279
[platform/core/csapi/tizenfx.git] / src / Tizen.Network.Mtp / Tizen.Network.Mtp / NamespaceDoc.cs
1 /**
2 <summary>
3 The Tizen.Network.Mtp namespace provides classes to manage the MTP(Media Transfer Protocol) initiator.
4 </summary>
5
6 <remarks>
7
8 <h2>Overview</h2>
9 <para>
10 MTP API provides functions for support PTP(Picture Transfer Protocol) subset of MTP(Media Transfer Protocol).
11 </para>
12
13 <para>
14 <h3>Manager</h3>
15 Provide functions to establish connection to access MTP responder device, and to Get/Delete files.
16 </para>
17
18 <para>
19 <h3>Device</h3>
20 Provide functions to gets the device information of MTP responder device.
21 </para>
22
23 <para>
24 <h3>Storage</h3>
25 Provide functions to gets the storage information of MTP responder storage.
26 </para>
27
28 <para>
29 <h3>Object</h3>
30 Provide functions to gets the object information of certain file in MTP responder.
31 </para>
32
33 <h2>Related Features</h2>
34 <para>
35 To guarantee that if input or output path are relevant to internal and external storage,
36 declare the following feature requirements in the config file:<br/>
37 http://tizen.org/privilege/mediastorage
38 http://tizen.org/privilege/externalstorage
39 </para>
40
41 </remarks>
42 */
43
44 namespace Tizen.Network.Mtp { }