how to use gsmComm lib to import phonebook data

1.4k Views Asked by At

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!

1

There are 1 best solutions below

0
On

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...