The DisGUISE C# class library

CallEventReporter Class

This object, once instantiated, skims through the incoming events and filters out those which are related to call activity, either incoming or outgoing. It also keeps track of those and gathers data about the active phone calls, distributing this information to other objects listening for its events.

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

System.Object
   DisGUISE.Backend.PhoneInteractor
      DisGUISE.Phone.EventReporter
         DisGUISE.Phone.CallEventReporter

public class CallEventReporter : EventReporter

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

CallEventReporter Members | DisGUISE.Phone Namespace