C# Class LedgerWallet.LegacyLedgerClient

LedgerClient for Ledger Nano and HW.1
Inheritance: LedgerClient
Afficher le fichier Open project: LedgerHQ/ledger-dotnet-api

Méthodes publiques

Méthode Description
GetHIDLedgers ( ) : IEnumerable
GetOperationMode ( ) : OperationMode
GetRemainingAttempts ( ) : int
GetSecondFactorMode ( ) : SecondFactorMode
LegacyLedgerClient ( ILedgerTransport transport ) : System
RegularSetup ( RegularSetup setup ) : SetupResponse
SetOperationMode ( OperationMode value ) : void
VerifyPin ( UserPin pin ) : bool
VerifyPin ( UserPin pin, int &remaining ) : bool
VerifyPin ( string pin ) : bool
VerifyPin ( string pin, int &remaining ) : bool

Method Details

GetHIDLedgers() public static méthode

public static GetHIDLedgers ( ) : IEnumerable
Résultat IEnumerable

GetOperationMode() public méthode

public GetOperationMode ( ) : OperationMode
Résultat OperationMode

GetRemainingAttempts() public méthode

public GetRemainingAttempts ( ) : int
Résultat int

GetSecondFactorMode() public méthode

public GetSecondFactorMode ( ) : SecondFactorMode
Résultat SecondFactorMode

LegacyLedgerClient() public méthode

public LegacyLedgerClient ( ILedgerTransport transport ) : System
transport ILedgerTransport
Résultat System

RegularSetup() public méthode

public RegularSetup ( RegularSetup setup ) : SetupResponse
setup RegularSetup
Résultat SetupResponse

SetOperationMode() public méthode

public SetOperationMode ( OperationMode value ) : void
value OperationMode
Résultat void

VerifyPin() public méthode

public VerifyPin ( UserPin pin ) : bool
pin UserPin
Résultat bool

VerifyPin() public méthode

public VerifyPin ( UserPin pin, int &remaining ) : bool
pin UserPin
remaining int
Résultat bool

VerifyPin() public méthode

public VerifyPin ( string pin ) : bool
pin string
Résultat bool

VerifyPin() public méthode

public VerifyPin ( string pin, int &remaining ) : bool
pin string
remaining int
Résultat bool