开发者

how to use gsmComm lib to import phonebook data

开发者 https://www.devze.com 2023-01-13 13:24 出处:网络
I would like to retrieve the phone book data from SIM using GSMComm lib in C#. (SIM Card is inserted into a USB Modem)

I would like to retrieve the phone book data from SIM using GSMComm lib in C#. (SIM Card is inserted into a USB Modem)

However, I do not know how to use the 开发者_开发百科these methods to retrieve the data: -FindPhoneEntries() -ReadPhoneEntries() -DeletePhoneEntries() I could not find the according syntax to call these Phonebook method.

Could you could enlighten me on this and thanks for viewing my outstanding issue! Have a nice day!


try this page http://www.scampers.org/steve/sms/libraries.htm there is full documentation - how to manage the phonebook: create, find, delete, read, import and export phonebook entries, get memory status...

0

精彩评论

暂无评论...
验证码 换一张
取 消