ZDK
Public Member Functions | List of all members
ZDK::ICallStatus Class Referenceabstract

Call's status information. More...

#include <ICallStatus.h>

Inheritance diagram for ZDK::ICallStatus:
ZDK::IZHandle

Public Member Functions

virtual ZDK::OriginType Origin () const =0
 Gets the call initiator. More...
 
virtual ZDK::CallLineStatus LineStatus () const =0
 Gets the current state of the call. More...
 
- Public Member Functions inherited from ZDK::IZHandle
virtual ZDK::ZDKHandle Handle () const =0
 
virtual operator ZDK::ZDKHandle () const =0
 
virtual void Initialize ()=0
 
virtual void ReleaseReference ()=0
 

Detailed Description

Call's status information.

Show the call's related status information

See also
ICall

Member Function Documentation

◆ LineStatus()

virtual ZDK::CallLineStatus ZDK::ICallStatus::LineStatus ( ) const
pure virtual

Gets the current state of the call.

Returns
The call's state
See also
CallLineStatus

◆ Origin()

virtual ZDK::OriginType ZDK::ICallStatus::Origin ( ) const
pure virtual

Gets the call initiator.

Indicates who initiated the call - incoming or outgoing one.

Returns
The calls direction
See also
OriginType

The documentation for this class was generated from the following file: