Download Print this page

Denso BHT-700-WM Reference Manual page 13

Bar code handy terminal gprs class library

Advertisement

GetSIMPINPUKCounter
Get the number of attempts still available for entering the PIN/PUK code.
Syntax
[VB]
Public Shared Function GetSIMPINPUKCounter( _
ByRef
PINCount As UInt32, _
ByRef
PUKCount As UInt32) As UInt32
[C#]
public static UInt32 GetSIMPINPUKCounter(
out UInt32
Parameters
PINCount
[out] available attempts number for entering the PIN code
PUKCount
[out] available attempts number for entering the PUK code
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.
PINCount,
out UInt32
PUKCount);
- 8 -

Advertisement

loading