GsmModemTerminateCall Method |
Hang up current call.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool TerminateCall()
Public Function TerminateCall As Boolean
Dim instance As GsmModem
Dim returnValue As Boolean
returnValue = instance.TerminateCall()
public:
bool TerminateCall()
member TerminateCall : unit -> bool
Return Value
BooleanTrue, if succeeded.
See Also