Свойство | Type | Description | |
---|---|---|---|
CURSOR_0 | string | ||
CURSOR_1 | string | ||
CURSOR_2 | string | ||
CURSOR_3 | string | ||
CURSOR_INVALID | string | ||
METRIC_ALTITUDE | string | ||
METRIC_AVG_HEART_RATE | string | ||
METRIC_CALORIES | string | ||
METRIC_DISTANCE | string | ||
METRIC_HEART_RATE | string | ||
METRIC_MAX_HEART_RATE | string | ||
METRIC_SPEED | string | ||
METRIC_STEPS | string | ||
TITLE_ALTITUDE | string | ||
TITLE_AVG_HEART_RATE | string | ||
TITLE_CALORIES | string | ||
TITLE_DISTANCE | string | ||
TITLE_HEART_RATE | string | ||
TITLE_MAX_HEART_RATE | string | ||
TITLE_SPEED | string | ||
TITLE_STEPS | string |
Méthode | Description | |
---|---|---|
CursorAt ( int p_index ) : string | ||
MetricFrom ( ECell p_cell ) : string | ||
SportsCellData ( ECell p_type ) : System | ||
SportsCellData ( ECell p_type, float p_value ) : System | ||
SportsCellData ( string p_title, string p_unit, string p_value ) : System | ||
TitleFrom ( ECell p_cell ) : string |
public static CursorAt ( int p_index ) : string | ||
p_index | int | |
Résultat | string |
public static MetricFrom ( ECell p_cell ) : string | ||
p_cell | ECell | |
Résultat | string |
public SportsCellData ( ECell p_type ) : System | ||
p_type | ECell | |
Résultat | System |
public SportsCellData ( ECell p_type, float p_value ) : System | ||
p_type | ECell | |
p_value | float | |
Résultat | System |
public SportsCellData ( string p_title, string p_unit, string p_value ) : System | ||
p_title | string | |
p_unit | string | |
p_value | string | |
Résultat | System |
public static TitleFrom ( ECell p_cell ) : string | ||
p_cell | ECell | |
Résultat | string |
public static string METRIC_AVG_HEART_RATE | ||
Résultat | string |
public static string METRIC_HEART_RATE | ||
Résultat | string |
public static string METRIC_MAX_HEART_RATE | ||
Résultat | string |
public static string TITLE_AVG_HEART_RATE | ||
Résultat | string |
public static string TITLE_MAX_HEART_RATE | ||
Résultat | string |