Dial phone number in voice mode.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool DialVoice(
string phoneNumber
)
Public Function DialVoice (
phoneNumber As String
) As Boolean
Dim instance As GsmModem
Dim phoneNumber As String
Dim returnValue As Boolean
returnValue = instance.DialVoice(phoneNumber)
public:
bool DialVoice(
String^ phoneNumber
)
member DialVoice :
phoneNumber : string -> bool Parameters
- phoneNumber String
- Phone number.
Return Value
BooleanTrue, if succeeded.
See Also