Class TAPI3Call
Contains the request of a new tapi 3 call
Inheritance
System.Object
TAPI3Call
Implements
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 SourceTAPI3Call()
Create new tapi3 call
Declaration
public TAPI3Call()
Properties
| Improve this Doc View SourceBegin
Gets or sets the begin datetime
Declaration
public DateTime Begin { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CallerInstanceDataGuid
Gets or sets the caller instance data guid
Declaration
public Guid CallerInstanceDataGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CallerName
Gets or sets the caller name
Declaration
public string CallerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CallType
Gets or sets the call type
Declaration
public CallType CallType { get; set; }
Property Value
Type | Description |
---|---|
CallType |
End
Gets sets the end datetime
Declaration
public DateTime End { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Id
Gets or sets the id of the call
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Number
Gets or sets the number that should be called
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 SourceAccept()
Accept an incomming call
Declaration
public void Accept()
ContactResolved()
Will be called when the contact is resolved
Declaration
public void ContactResolved()
Disconnect()
Stop call
Declaration
public void Disconnect()
Events
| Improve this Doc View SourceCallDisconnectedHandler
Call is disconnected
Declaration
public event CallStateChanged CallDisconnectedHandler
Event Type
Type | Description |
---|---|
CallStateChanged |
CallerContactChanged
Contact resolving is finished
Declaration
public event CallStateChanged CallerContactChanged
Event Type
Type | Description |
---|---|
CallStateChanged |