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 SourceIsAvailable
Gets whether the phone is available for calls or not
Declaration
bool IsAvailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets the name of the phone
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |