C# 클래스 LedgerWallet.LegacyLedgerClient

LedgerClient for Ledger Nano and HW.1
상속: LedgerClient
파일 보기 프로젝트 열기: LedgerHQ/ledger-dotnet-api

공개 메소드들

메소드 설명
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

메소드 상세

GetHIDLedgers() 공개 정적인 메소드

public static GetHIDLedgers ( ) : IEnumerable
리턴 IEnumerable

GetOperationMode() 공개 메소드

public GetOperationMode ( ) : OperationMode
리턴 OperationMode

GetRemainingAttempts() 공개 메소드

public GetRemainingAttempts ( ) : int
리턴 int

GetSecondFactorMode() 공개 메소드

public GetSecondFactorMode ( ) : SecondFactorMode
리턴 SecondFactorMode

LegacyLedgerClient() 공개 메소드

public LegacyLedgerClient ( ILedgerTransport transport ) : System
transport ILedgerTransport
리턴 System

RegularSetup() 공개 메소드

public RegularSetup ( RegularSetup setup ) : SetupResponse
setup RegularSetup
리턴 SetupResponse

SetOperationMode() 공개 메소드

public SetOperationMode ( OperationMode value ) : void
value OperationMode
리턴 void

VerifyPin() 공개 메소드

public VerifyPin ( UserPin pin ) : bool
pin UserPin
리턴 bool

VerifyPin() 공개 메소드

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

VerifyPin() 공개 메소드

public VerifyPin ( string pin ) : bool
pin string
리턴 bool

VerifyPin() 공개 메소드

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