Initial code
[framework/connectivity/mobileap-agent.git] / include / mobileap_usb.h
1 /*
2  * mobileap-agent
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: Hocheol Seo <hocheol.seo@samsung.com>,
7  *          Injun Yang <injun.yang@samsung.com>,
8  *          Seungyoun Ju <sy39.ju@samsung.com>
9  *
10  * Licensed under the Apache License, Version 2.0 (the "License");
11  * you may not use this file except in compliance with the License.
12  * You may obtain a copy of the License at
13  *
14  * http://www.apache.org/licenses/LICENSE-2.0
15  *
16  * Unless required by applicable law or agreed to in writing, software
17  * distributed under the License is distributed on an "AS IS" BASIS,
18  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  * See the License for the specific language governing permissions and
20  * limitations under the License.
21  *
22  */
23
24 #ifndef __MOBILEAP_USB_H__
25 #define __MOBILEAP_USB_H__
26
27 #include "mobileap_agent.h"
28
29
30 mobile_ap_error_code_e _disable_usb_tethering(MobileAPObject *obj);
31
32 gboolean mobileap_enable_usb_tethering(MobileAPObject *obj,
33                                                 DBusGMethodInvocation *context);
34 gboolean mobileap_disable_usb_tethering(MobileAPObject *obj,
35                                                 DBusGMethodInvocation *context);
36 gboolean mobileap_get_usb_station_info(MobileAPObject *obj,
37                                                 DBusGMethodInvocation *context);
38 gboolean mobileap_get_usb_interface_info(MobileAPObject *obj,
39                                                 DBusGMethodInvocation *context);
40
41 #endif