C# Class AmericasCup.Data.AverageWind

Show file Open project: CircuitPeople/Americas-Cup-Data-Lib Class Usage Examples

Public Properties

Property Type Description
MessageVersionNumber byte
Period2 System.TimeSpan
Period3 System.TimeSpan
Period4 System.TimeSpan
RawPeriod System.TimeSpan
RawSpeed float
Speed2 float
Speed3 float
Speed4 float
Time System.DateTime

Public Methods

Method Description
Read ( byte buf ) : AverageWind
Read ( byte buf, int c, AverageWind w ) : int

Method Details

Read() public static method

public static Read ( byte buf ) : AverageWind
buf byte
return AverageWind

Read() public static method

public static Read ( byte buf, int c, AverageWind w ) : int
buf byte
c int
w AverageWind
return int

Property Details

MessageVersionNumber public property

public byte MessageVersionNumber
return byte

Period2 public property

public TimeSpan,System Period2
return System.TimeSpan

Period3 public property

public TimeSpan,System Period3
return System.TimeSpan

Period4 public property

public TimeSpan,System Period4
return System.TimeSpan

RawPeriod public property

public TimeSpan,System RawPeriod
return System.TimeSpan

RawSpeed public property

public float RawSpeed
return float

Speed2 public property

public float Speed2
return float

Speed3 public property

public float Speed3
return float

Speed4 public property

public float Speed4
return float

Time public property

public DateTime,System Time
return System.DateTime