Declaration

Visual C#:

int AnswerCalll();

Visual C++:

long AnswerCalll();

Visual Basic:

Private Sub AnswerCalll As Integer

Delphi:

function AnswerCalll : Integer;

Return Value

Return 1 if the answer was successful; otherwise return Error Code.

Remarks

Answer an incoming voice call.

See Also EndCall, SendDTMF, DialCall