Knox Tizen Wearable SDK
enterprise_device.h
1 /*
2  * Copyright (c) 2000-2017 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of
7  * SAMSUNG ELECTRONICS ("Confidential Information").
8  * You shall not disclose such Confidential Information and shall
9  * use it only in accordance with the terms of the license agreement
10  * you entered into with SAMSUNG ELECTRONICS.
11  * SAMSUNG make no representations or warranties about the suitability
12  * of the software, either express or implied, including but not
13  * limited to the implied warranties of merchantability, fitness for
14  * a particular purpose, or non-infringement.
15  * SAMSUNG shall not be liable for any damages suffered by licensee as
16  * a result of using, modifying or distributing this software or its derivatives.
17  */
18 
19 #ifndef LIBMDM_MDM_ENTERPRISE_DEVICE_H
20 #define LIBMDM_MDM_ENTERPRISE_DEVICE_H
21 
22 #include "mdm_client_type.h"
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
28 
64 const char *mdm_get_enterprise_sdk_version(void);
65 
71 #ifdef __cplusplus
72 }
73 #endif
74 
75 #endif // LIBMDM_MDM_ENTERPRISE_DEVICE_H
const char * mdm_get_enterprise_sdk_version(void)
API to get the Enterprise SDK version.