cc

Dependencies:   SPWF01SA

Revision:
15:0a075334e0e9
Parent:
14:4ec13009341c
Child:
16:c8697141ce44
--- a/SpwfInterface.cpp	Mon Jan 02 14:50:17 2017 +0000
+++ b/SpwfInterface.cpp	Tue Jan 10 10:39:56 2017 +0000
@@ -234,7 +234,7 @@
 * @param  none
 * @retval void
 */
-void SpwfSAInterface::set_secure_sockets(void)
+void SpwfSAInterface::set_secure_mode(void)
 {
     isSecure = true;
 }
@@ -244,7 +244,7 @@
 * @param  none
 * @retval void
 */
-void SpwfSAInterface::set_unsecure_sockets(void)
+void SpwfSAInterface::set_unsecure_mode(void)
 {
     isSecure = false;
 }