C# Class Kreyos.SDK.Bluetooth.SportsDataRow

Show file Open project: kreyosopensource/KreyosWP Class Usage Examples

Public Properties

Property Type Description
data double>.Dictionary
seconds_elapse int
sports_mode int

Public Methods

Method Description
loadFromBuffer ( byte buf ) : SportsDataRow

Method Details

loadFromBuffer() public static method

public static loadFromBuffer ( byte buf ) : SportsDataRow
buf byte
return SportsDataRow

Property Details

data public property

public Dictionary data
return double>.Dictionary

seconds_elapse public property

public int seconds_elapse
return int

sports_mode public property

public int sports_mode
return int