#region Copyright //////////////////////////////////////////////////////////////////////////////// // The following FIT Protocol software provided may be used with FIT protocol // devices only and remains the copyrighted property of Dynastream Innovations Inc. // The software is being provided on an "as-is" basis and as an accommodation, // and therefore all warranties, representations, or guarantees of any kind // (whether express, implied or statutory) including, without limitation, // warranties of merchantability, non-infringement, or fitness for a particular // purpose, are specifically disclaimed. // // Copyright 2016 Dynastream Innovations Inc. //////////////////////////////////////////////////////////////////////////////// // ****WARNING**** This file is auto-generated! Do NOT edit this file. // Profile Version = 16.60Release // Tag = production-akw-16.60.00-0-g5d3d436 //////////////////////////////////////////////////////////////////////////////// #endregion namespace Dynastream.Fit { /// /// Implements the profile Sport type as an enum /// public enum Sport : byte { Generic = 0, Running = 1, Cycling = 2, Transition = 3, FitnessEquipment = 4, Swimming = 5, Basketball = 6, Soccer = 7, Tennis = 8, AmericanFootball = 9, Training = 10, Walking = 11, CrossCountrySkiing = 12, AlpineSkiing = 13, Snowboarding = 14, Rowing = 15, Mountaineering = 16, Hiking = 17, Multisport = 18, Paddling = 19, Flying = 20, EBiking = 21, Motorcycling = 22, Boating = 23, Driving = 24, Golf = 25, HangGliding = 26, HorsebackRiding = 27, Hunting = 28, Fishing = 29, InlineSkating = 30, RockClimbing = 31, Sailing = 32, IceSkating = 33, SkyDiving = 34, Snowshoeing = 35, Snowmobiling = 36, StandUpPaddleboarding = 37, Surfing = 38, Wakeboarding = 39, WaterSkiing = 40, Kayaking = 41, Rafting = 42, Windsurfing = 43, Kitesurfing = 44, All = 254, Invalid = 0xFF } }