Mediatek Labs LinkIt Connect 7681 Developer's Manual page 45

Table of Contents

Advertisement

4.7.2.
Smart Connection API for iOS
A similar interface to that provided for Android is offered for iOS. Compared to coding a Smart
Connection app for Android, iOS requires an additional step Init before Start, as shown below:
#ifndef _SMTIOT_H_
#define _SMTIOT_H_
int InitSmartConnection(void);
int StartSmartConnection(const char *SSID, const char *Password,
int StopSmartConnection(void);
#endif
This document contains information that is proprietary to MediaTek Inc.
Unauthorized reproduction or disclosure of this information in whole or in part is strictly prohibited.
MediaTek LinkIt™ Connect 7681 Developer's Guide
const char *Target, char AuthMode);
© 2015, 2016 MediaTek Inc.
Page 40 of 65

Advertisement

Table of Contents
loading

Related Products for Mediatek Labs LinkIt Connect 7681

Table of Contents