C# Class APDUTest.Helper

Mostra file Open project: rrajaguk/ApduParser

Public Properties

Property Type Description
DefaultTLV string

Public Methods

Method Description
CreateDefaultTLV ( ) : List
compareListTLV ( List expected, List result ) : void
compareTLV ( TLV expected, TLV result ) : void

Method Details

CreateDefaultTLV() public static method

public static CreateDefaultTLV ( ) : List
return List

compareListTLV() public static method

public static compareListTLV ( List expected, List result ) : void
expected List
result List
return void

compareTLV() public static method

public static compareTLV ( TLV expected, TLV result ) : void
expected ParserLib.TLV
result ParserLib.TLV
return void

Property Details

DefaultTLV public_oe static_oe property

public static string DefaultTLV
return string