CreditCard.GetPinTries Method

Definition

Get the number of pin tries left. Your credit card may not support this command. Use GetData(DataType.PinTryCounter) instead if you get a -1 as answer

public int GetPinTries ();
member this.GetPinTries : unit -> int
Public Function GetPinTries () As Integer

Returns

the number of tries left or -1 if not successful

Applies to