Search Results for

    Show / Hide Table of Contents

    Interface IPhoneInterface

    Represents an interface that enables interacting with the phone system. E.g. TAPI3Interface

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Simplic.Framework.PhoneInterface
    Assembly: Simplic.Framework.dll
    Syntax
    public interface IPhoneInterface : IDisposable

    Properties

    | Improve this Doc View Source

    AvailablePhones

    Gets a list available phones

    Declaration
    IReadOnlyList<IPhone> AvailablePhones { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<IPhone>
    | Improve this Doc View Source

    IsActive

    Gets or sets whether the phone provider is active or not

    Declaration
    bool IsActive { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Phone

    Gets the currently active phone

    Declaration
    IPhone Phone { get; }
    Property Value
    Type Description
    IPhone
    | Improve this Doc View Source

    Provider

    Gets or sets the phone provider for an phone interface

    Declaration
    IPhoneProvider Provider { get; set; }
    Property Value
    Type Description
    IPhoneProvider

    Methods

    | Improve this Doc View Source

    Call(String, Guid)

    Create a new call

    Declaration
    void Call(string phoneNumber, Guid calledInstanceDataGuid)
    Parameters
    Type Name Description
    System.String phoneNumber

    Number to call

    System.Guid calledInstanceDataGuid

    Caller instance data guid

    | Improve this Doc View Source

    Initialize()

    Initialize a phone interface

    Declaration
    void Initialize()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx