Hi Jihwan, The C++ SDK does not provide an explicit API to "stop" platform, instead it encapsulates OCStop() call into the destructors of InProcServerWrapper and InProcClientWrapper. If such a call is added into the C++ SDK it should not be hard to propagate it to the Android API along with some additional android specific cleanups. Thanks, Tim Kourt
From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of ??? Sent: Wednesday, November 4, 2015 8:14 PM To: iotivity-dev at lists.iotivity.org Subject: [dev] I'm tring to use Android API for OcPlatform Hi All I'm tring to use Android API for OcPlatform. but i guess there is no way to call OCStop(). and any termination logic is not ran now. if not, could you tell me how to call OCStop() from Android API?? - Jihwan - [cid:image001.gif at 01D117D9.01D71530] [http://ext.samsung.net/mailcheck/SeenTimeChecker?do=7038567541a37f788241f43b148534c237a3f6270cad24ddab00355cebd4ecabbe7dd83ce6b932973c40f787d33f357d4b31597edd603a7ce5a22f09e2218feaa728c55b39cc59eacf878f9a26ce15a0] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20151105/c5a0a779/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.gif Type: image/gif Size: 13168 bytes Desc: image001.gif URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20151105/c5a0a779/attachment.gif>
