1 /******************************************************************
3 * Copyright 2016 Samsung Electronics All Rights Reserved.
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
19 ******************************************************************/
21 /** @file JniEasySetup.h
23 * @brief This file contains native API for creating RemoteEnrollee Device
26 #ifndef __JNI_ES_EASYSETUP_H
27 #define __JNI_ES_EASYSETUP_H
31 #include "EasySetup.hpp"
32 #include "RemoteEnrollee.h"
33 #include "ESException.h"
34 #include "oic_string.h"
37 #include "JniEasySetup.h"
38 #include "JniRemoteEnrollee.h"
39 #include "JniEsUtils.h"
41 using namespace OIC::Service;
48 * API for creating and returning the RemoteEnrollee object to Java Layer
50 * @return jobject - RemoteEnrolleee
52 JNIEXPORT jobject JNICALL
53 Java_org_iotivity_service_easysetup_mediator_EasySetup_nativeCreateRemoteEnrollee
54 (JNIEnv *env, jobject thiz, jobject jResource);
60 #endif // __JNI_ES_EASYSETUP_H