C# Class Emveepee.Decoding.Block

Exibir arquivo Open project: mono/emveepee Class Usage Examples

Protected Properties

Property Type Description
end_counter ulong
end_time System.DateTime
start_counter ulong
start_time System.DateTime
thread_id ulong

Protected Methods

Method Description
Block ( BlockCode code ) : System

Method Details

Block() protected method

protected Block ( BlockCode code ) : System
code BlockCode
return System

Property Details

end_counter protected_oe property

protected ulong end_counter
return ulong

end_time protected_oe property

protected DateTime,System end_time
return System.DateTime

start_counter protected_oe property

protected ulong start_counter
return ulong

start_time protected_oe property

protected DateTime,System start_time
return System.DateTime

thread_id protected_oe property

protected ulong thread_id
return ulong