com.garmin.fit.MesgWithEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fit Show documentation
Show all versions of fit Show documentation
The Official Garmin FIT SDK
The newest version!
/////////////////////////////////////////////////////////////////////////////////////////////
// Copyright 2024 Garmin International, Inc.
// Licensed under the Flexible and Interoperable Data Transfer (FIT) Protocol License; you
// may not use this file except in compliance with the Flexible and Interoperable Data
// Transfer (FIT) Protocol License.
/////////////////////////////////////////////////////////////////////////////////////////////
// ****WARNING**** This file is auto-generated! Do NOT edit this file.
// Profile Version = 21.158.0Release
// Tag = production/release/21.158.0-0-gc9428aa
/////////////////////////////////////////////////////////////////////////////////////////////
package com.garmin.fit;
public interface MesgWithEvent {
public DateTime getTimestamp();
public void setTimestamp(DateTime timestamp);
public Event getEvent();
public void setEvent(Event event);
public EventType getEventType();
public void setEventType(EventType type);
public Short getEventGroup();
public void setEventGroup(Short group);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy