GsmModemAnswerCall Method |
Answer incoming call.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
SyntaxPublic Function AnswerCall As Boolean
Dim instance As GsmModem
Dim returnValue As Boolean
returnValue = instance.AnswerCall()
public:
bool AnswerCall()
member AnswerCall : unit -> bool
Return Value
BooleanTrue, if succeeded.
See Also