Enter PIN code if necessary.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool EnterPin(
string pin
)
Public Function EnterPin (
pin As String
) As Boolean
Dim instance As GsmModem
Dim pin As String
Dim returnValue As Boolean
returnValue = instance.EnterPin(pin)
public:
bool EnterPin(
String^ pin
)
member EnterPin :
pin : string -> bool Parameters
- pin String
- PIN code.
Return Value
BooleanTrue, if succeeded.
See Also