C# Class ParserLib.TLV

Datei anzeigen Open project: rrajaguk/ApduParser Class Usage Examples

Public Methods

Method Description
addChild ( TLV val ) : void
parse ( string testData ) : TLV
parse ( ) : void

Method Details

addChild() public method

public addChild ( TLV val ) : void
val TLV
return void

parse() public static method

public static parse ( string testData ) : TLV
testData string
return TLV

parse() public method

public parse ( ) : void
return void