C# Class LedgerWallet.Transports.HIDU2FTransport

Inheritance: HIDTransportBase
Afficher le fichier Open project: LedgerHQ/ledger-dotnet-api

Méthodes publiques

Свойство Type Description
WellKnownU2F LedgerWallet.Transports.VendorProductIds[]

Méthodes publiques

Méthode Description
GetHIDTransports ( IEnumerable ids = null ) : IEnumerable

Méthodes protégées

Méthode Description
HIDU2FTransport ( HidDevice device ) : System
Init ( ) : void
UnwrapReponseAPDU ( byte data, int &sequenceIdx, int &remaining ) : byte[]
WrapCommandAPDU ( Stream command, int &sequenceIdx ) : byte[]

Private Methods

Méthode Description
HIDU2FTransport ( ) : System

Method Details

GetHIDTransports() public static méthode

public static GetHIDTransports ( IEnumerable ids = null ) : IEnumerable
ids IEnumerable
Résultat IEnumerable

HIDU2FTransport() protected méthode

protected HIDU2FTransport ( HidDevice device ) : System
device HidLibrary.HidDevice
Résultat System

Init() protected méthode

protected Init ( ) : void
Résultat void

UnwrapReponseAPDU() protected méthode

protected UnwrapReponseAPDU ( byte data, int &sequenceIdx, int &remaining ) : byte[]
data byte
sequenceIdx int
remaining int
Résultat byte[]

WrapCommandAPDU() protected méthode

protected WrapCommandAPDU ( Stream command, int &sequenceIdx ) : byte[]
command Stream
sequenceIdx int
Résultat byte[]

Property Details

WellKnownU2F public_oe static_oe property

public static VendorProductIds[],LedgerWallet.Transports WellKnownU2F
Résultat LedgerWallet.Transports.VendorProductIds[]