WaitForCall Property

Navigation:  Reference Guide > Modem > Properties >

WaitForCall Property

Previous pageReturn to chapter overviewNext page

Indicates whether to wait for an incoming call or not.

[Visual Basic .NET]

Public WriteOnly Property WaitForCall As Boolean

[C#]

public bool WaitForCall {set;}

Remarks

You can use LineStatus event to monitor the status of call or wait-for-call process.

 

See Also

LineStatus Event