Search Results for

    Show / Hide Table of Contents

    Interface IPhone

    Represents a phone that is connected with the computer

    Namespace: Simplic.Framework.PhoneInterface
    Assembly: Simplic.Framework.dll
    Syntax
    public interface IPhone

    Properties

    | Improve this Doc View Source

    IsAvailable

    Gets whether the phone is available for calls or not

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

    Name

    Gets the name of the phone

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx