GsmModemSetAutoAnswer Method |
Set auto answer.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool SetAutoAnswer(
int noRings
)
Public Function SetAutoAnswer (
noRings As Integer
) As Boolean
Dim instance As GsmModem
Dim noRings As Integer
Dim returnValue As Boolean
returnValue = instance.SetAutoAnswer(noRings)
public:
bool SetAutoAnswer(
int noRings
)
member SetAutoAnswer :
noRings : int -> bool Parameters
- noRings Int32
-
A value between 0 (auto answer disabled) and 7 (automatically answer after 7 rings).
Return Value
BooleanTrue, if succeeded.
See Also