Download Print this page

Denso BHT-700-WM Reference Manual page 17

Bar code handy terminal gprs class library

Advertisement

SetSIMPUK
Set the SIM PUK to unlock the PIN-lock issue and assign a new PIN code for next registration.
Syntax
[VB]
Public Shared Function SetSIMPUK( _
ByVal
puk As String,
[C#]
public static UInt32
Parameters
puk
[in ] PUK code
pin
[in ] new SIM PIN code
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.
ByVal
pin As String) As UInt32
SetSIMPUK(string
puk,
- 12 -
string
pin);

Advertisement

loading