Open faithware opened 5 years ago
SMS_GetStorageInfo,uset his。
/// \brief bool SMS_SetFormat(SMS_Format_t format, SIM_ID_t simID); /// \param SMS_Format_t format , set the sms format /// \param SIM_ID_t simID , set the sim id /// \return bool ,
/// \brief bool SMS_SetParameter(SMS_Parameter_t smsParameter,SIM_ID_t simID); /// \param SMS_Parameter_t smsParameter , get sms parameter /// \param SIM_ID_t simID , set the sim id /// \return bool ,
/// \brief bool SMS_SendMessage(const char phoneNumber, uint8_t message, uint8_t pduLength, SIM_ID_t simID); /// \param const char phoneNumber , the phone number sent sms to /// \param uint8_t message , the meassage sented /// \param uint8_t length , length /// \param SIM_ID_t simID , set the sim id /// \return bool ,
/// \brief const char SMS_GetCharset(Charset_t); /// \param HANDLE hSem , /// \return const char , get the charset
1. SDK version(SDK 版本)
{
the latest one
}
2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)
{ I can't find a way to get to read sim card memory for phonebook contact.
}