ホーム › Devices.Sensors › PEDOMETER_STEP_TYPE_COUNT
PEDOMETER_STEP_TYPE_COUNT
列挙型メンバー 1
| 名前 | 10進 | 16進 |
|---|---|---|
| PedometerStepTypeCount | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum PEDOMETER_STEP_TYPE_COUNT : int {
PedometerStepTypeCount = 3
} PEDOMETER_STEP_TYPE_COUNT;public enum PEDOMETER_STEP_TYPE_COUNT : int
{
PedometerStepTypeCount = 3,
}Public Enum PEDOMETER_STEP_TYPE_COUNT As Integer
PedometerStepTypeCount = 3
End Enumimport enum
class PEDOMETER_STEP_TYPE_COUNT(enum.IntEnum):
PedometerStepTypeCount = 3// PEDOMETER_STEP_TYPE_COUNT
pub const PedometerStepTypeCount: i32 = 3;// PEDOMETER_STEP_TYPE_COUNT
const (
PedometerStepTypeCount int32 = 3
)const
PedometerStepTypeCount = 3;// PEDOMETER_STEP_TYPE_COUNT
pub const PedometerStepTypeCount: i32 = 3;const
PedometerStepTypeCount* = 3enum PEDOMETER_STEP_TYPE_COUNT : int {
PedometerStepTypeCount = 3,
}#define global PedometerStepTypeCount 0x3