C# Class APDUTest.Helper

Afficher le fichier Open project: rrajaguk/ApduParser

Méthodes publiques

Свойство Type Description
DefaultTLV string

Méthodes publiques

Méthode Description
CreateDefaultTLV ( ) : List
compareListTLV ( List expected, List result ) : void
compareTLV ( TLV expected, TLV result ) : void

Method Details

CreateDefaultTLV() public static méthode

public static CreateDefaultTLV ( ) : List
Résultat List

compareListTLV() public static méthode

public static compareListTLV ( List expected, List result ) : void
expected List
result List
Résultat void

compareTLV() public static méthode

public static compareTLV ( TLV expected, TLV result ) : void
expected ParserLib.TLV
result ParserLib.TLV
Résultat void

Property Details

DefaultTLV public_oe static_oe property

public static string DefaultTLV
Résultat string