Download Print this page

Denso BHT-700-WM Reference Manual page 16

Bar code handy terminal gprs class library

Advertisement

SetNecessarySIMPIN
Select whether SIM PIN is necessary or not.
Syntax
[VB]
Public Shared Function
(ByVal
req As
[C#]
public static UInt32
Parameters
req
[in ] PIN is necessary(=true) or unncessary(=false)
PIN
[in ] SIM PIN
Return value
error code
0 : Normal end
Other than 0 : Abnormal end. For more detail, refer to 7. error code.
SetNecessarySIMPIN _
Boolean, ByVal
PIN As String) As UInt32
SetNecessarySIMPIN(bool
- 11 -
req,
string
PIN);

Advertisement

loading