C# Class ParserLib.SMS.Envelope

Inheritance: TLV
Datei anzeigen Open project: rrajaguk/ApduParser Class Usage Examples

Public Properties

Property Type Description
Contents List

Public Methods

Method Description
Envelope ( ) : System
parseEnvelope ( string val ) : void

Method Details

Envelope() public method

public Envelope ( ) : System
return System

parseEnvelope() public method

public parseEnvelope ( string val ) : void
val string
return void

Property Details

Contents public_oe property

public List Contents
return List