C# Class LedgerWallet.LegacyLedgerClient

LedgerClient for Ledger Nano and HW.1
Inheritance: LedgerClient
ファイルを表示 Open project: LedgerHQ/ledger-dotnet-api

Public Methods

Method 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 method

public static GetHIDLedgers ( ) : IEnumerable
return IEnumerable

GetOperationMode() public method

public GetOperationMode ( ) : OperationMode
return OperationMode

GetRemainingAttempts() public method

public GetRemainingAttempts ( ) : int
return int

GetSecondFactorMode() public method

public GetSecondFactorMode ( ) : SecondFactorMode
return SecondFactorMode

LegacyLedgerClient() public method

public LegacyLedgerClient ( ILedgerTransport transport ) : System
transport ILedgerTransport
return System

RegularSetup() public method

public RegularSetup ( RegularSetup setup ) : SetupResponse
setup RegularSetup
return SetupResponse

SetOperationMode() public method

public SetOperationMode ( OperationMode value ) : void
value OperationMode
return void

VerifyPin() public method

public VerifyPin ( UserPin pin ) : bool
pin UserPin
return bool

VerifyPin() public method

public VerifyPin ( UserPin pin, int &remaining ) : bool
pin UserPin
remaining int
return bool

VerifyPin() public method

public VerifyPin ( string pin ) : bool
pin string
return bool

VerifyPin() public method

public VerifyPin ( string pin, int &remaining ) : bool
pin string
remaining int
return bool