C# Class Emveepee.Decoding.StackEventInfo

Inheritance: EventInfo
Exibir arquivo Open project: mono/emveepee Class Usage Examples

Public Properties

Property Type Description
LastValid uint
StackItems List

Public Methods

Method Description
StackEventInfo ( uint last_valid ) : System

Method Details

StackEventInfo() public method

public StackEventInfo ( uint last_valid ) : System
last_valid uint
return System

Property Details

LastValid public_oe property

public uint LastValid
return uint

StackItems public_oe property

public List StackItems
return List