/************************************************************************** * * Copyright (c) 2015-2020 by WuYuan Technology, Inc. * * This software is copyrighted by and is the property of SiFar * Technology, Inc.. All rights are reserved by SiFar Technology, Inc.. * This software may only be used in accordance with the corresponding * license agreement. Any unauthorized use, duplication, distribution, * or disclosure of this software is expressly forbidden. * * This Copyright notice MUST not be removed or modified without prior * written consent of SiFar Technology, Inc.. * * WuYuan Technology, Inc. reserves the right to modify this software without notice. * * Author: jiamin * Ver: 1.0.0 2021.04.15 * Description: creat **************************************************************************/ #ifndef _SF_QRCODE_H_ #define _SF_QRCODE_H_ #if __cplusplus extern "C" { #endif int sf_qrcode_create(const char *pIMEI, const char *pSimID, const char *pVersion, const char *accessKey); #if __cplusplus } #endif #endif