C# Class AmericasCup.Data.Heartbeat

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

Public Properties

Property Type Description
SequenceNum System.UInt32

Public Methods

Method Description
Read ( byte buf ) : Heartbeat
Read ( byte buf, int c, Heartbeat hb ) : int

Method Details

Read() public static method

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

Read() public static method

public static Read ( byte buf, int c, Heartbeat hb ) : int
buf byte
c int
hb Heartbeat
return int

Property Details

SequenceNum public property

public UInt32,System SequenceNum
return System.UInt32