Search Results for

    Show / Hide Table of Contents

    Class TAPI3Call

    Contains the request of a new tapi 3 call

    Inheritance
    System.Object
    TAPI3Call
    Implements
    IPhoneCall
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.PhoneInterface.TAPI3
    Assembly: Simplic.Framework.dll
    Syntax
    public class TAPI3Call : IPhoneCall

    Constructors

    | Improve this Doc View Source

    TAPI3Call()

    Create new tapi3 call

    Declaration
    public TAPI3Call()

    Properties

    | Improve this Doc View Source

    Begin

    Gets or sets the begin datetime

    Declaration
    public DateTime Begin { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CallerInstanceDataGuid

    Gets or sets the caller instance data guid

    Declaration
    public Guid CallerInstanceDataGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    CallerName

    Gets or sets the caller name

    Declaration
    public string CallerName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CallType

    Gets or sets the call type

    Declaration
    public CallType CallType { get; set; }
    Property Value
    Type Description
    CallType
    | Improve this Doc View Source

    End

    Gets sets the end datetime

    Declaration
    public DateTime End { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Id

    Gets or sets the id of the call

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Number

    Gets or sets the number that should be called

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UICreated

    Gets or sets whether the phone ui was created or not

    Declaration
    public bool UICreated { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Accept()

    Accept an incomming call

    Declaration
    public void Accept()
    | Improve this Doc View Source

    ContactResolved()

    Will be called when the contact is resolved

    Declaration
    public void ContactResolved()
    | Improve this Doc View Source

    Disconnect()

    Stop call

    Declaration
    public void Disconnect()

    Events

    | Improve this Doc View Source

    CallDisconnectedHandler

    Call is disconnected

    Declaration
    public event CallStateChanged CallDisconnectedHandler
    Event Type
    Type Description
    CallStateChanged
    | Improve this Doc View Source

    CallerContactChanged

    Contact resolving is finished

    Declaration
    public event CallStateChanged CallerContactChanged
    Event Type
    Type Description
    CallStateChanged

    Implements

    IPhoneCall
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx