The DisGUISE C# class library

PhoneBook Class

This class provides a simple way of accessing the phone book of the cellphone.

Due to a strange bug in the behaviour of the phone, the queries cannot be performed "live" in a reliable way (call activity disrupts the retrievel of phone book entries), so the book has to be refreshed in regular periods in order to keep the cached information on a recent level.

For a list of all members of this type, see PhoneBook Members.

System.Object
   DisGUISE.Backend.PhoneInteractor
      DisGUISE.Phone.PhoneBook

public class PhoneBook : PhoneInteractor

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DisGUISE.Phone

Assembly: DisGUISE (in DisGUISE.dll)

See Also

PhoneBook Members | DisGUISE.Phone Namespace