ホーム › System.Ioctl › CHANGER_DEVICE_PROBLEM_TYPE
CHANGER_DEVICE_PROBLEM_TYPE
列挙型メンバー 14
| 名前 | 10進 | 16進 |
|---|---|---|
| DeviceProblemNone | 0 | 0x0 |
| DeviceProblemHardware | 1 | 0x1 |
| DeviceProblemCHMError | 2 | 0x2 |
| DeviceProblemDoorOpen | 3 | 0x3 |
| DeviceProblemCalibrationError | 4 | 0x4 |
| DeviceProblemTargetFailure | 5 | 0x5 |
| DeviceProblemCHMMoveError | 6 | 0x6 |
| DeviceProblemCHMZeroError | 7 | 0x7 |
| DeviceProblemCartridgeInsertError | 8 | 0x8 |
| DeviceProblemPositionError | 9 | 0x9 |
| DeviceProblemSensorError | 10 | 0xA |
| DeviceProblemCartridgeEjectError | 11 | 0xB |
| DeviceProblemGripperError | 12 | 0xC |
| DeviceProblemDriveError | 13 | 0xD |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum CHANGER_DEVICE_PROBLEM_TYPE : int {
DeviceProblemNone = 0,
DeviceProblemHardware = 1,
DeviceProblemCHMError = 2,
DeviceProblemDoorOpen = 3,
DeviceProblemCalibrationError = 4,
DeviceProblemTargetFailure = 5,
DeviceProblemCHMMoveError = 6,
DeviceProblemCHMZeroError = 7,
DeviceProblemCartridgeInsertError = 8,
DeviceProblemPositionError = 9,
DeviceProblemSensorError = 10,
DeviceProblemCartridgeEjectError = 11,
DeviceProblemGripperError = 12,
DeviceProblemDriveError = 13
} CHANGER_DEVICE_PROBLEM_TYPE;public enum CHANGER_DEVICE_PROBLEM_TYPE : int
{
DeviceProblemNone = 0,
DeviceProblemHardware = 1,
DeviceProblemCHMError = 2,
DeviceProblemDoorOpen = 3,
DeviceProblemCalibrationError = 4,
DeviceProblemTargetFailure = 5,
DeviceProblemCHMMoveError = 6,
DeviceProblemCHMZeroError = 7,
DeviceProblemCartridgeInsertError = 8,
DeviceProblemPositionError = 9,
DeviceProblemSensorError = 10,
DeviceProblemCartridgeEjectError = 11,
DeviceProblemGripperError = 12,
DeviceProblemDriveError = 13,
}Public Enum CHANGER_DEVICE_PROBLEM_TYPE As Integer
DeviceProblemNone = 0
DeviceProblemHardware = 1
DeviceProblemCHMError = 2
DeviceProblemDoorOpen = 3
DeviceProblemCalibrationError = 4
DeviceProblemTargetFailure = 5
DeviceProblemCHMMoveError = 6
DeviceProblemCHMZeroError = 7
DeviceProblemCartridgeInsertError = 8
DeviceProblemPositionError = 9
DeviceProblemSensorError = 10
DeviceProblemCartridgeEjectError = 11
DeviceProblemGripperError = 12
DeviceProblemDriveError = 13
End Enumimport enum
class CHANGER_DEVICE_PROBLEM_TYPE(enum.IntEnum):
DeviceProblemNone = 0
DeviceProblemHardware = 1
DeviceProblemCHMError = 2
DeviceProblemDoorOpen = 3
DeviceProblemCalibrationError = 4
DeviceProblemTargetFailure = 5
DeviceProblemCHMMoveError = 6
DeviceProblemCHMZeroError = 7
DeviceProblemCartridgeInsertError = 8
DeviceProblemPositionError = 9
DeviceProblemSensorError = 10
DeviceProblemCartridgeEjectError = 11
DeviceProblemGripperError = 12
DeviceProblemDriveError = 13// CHANGER_DEVICE_PROBLEM_TYPE
pub const DeviceProblemNone: i32 = 0;
pub const DeviceProblemHardware: i32 = 1;
pub const DeviceProblemCHMError: i32 = 2;
pub const DeviceProblemDoorOpen: i32 = 3;
pub const DeviceProblemCalibrationError: i32 = 4;
pub const DeviceProblemTargetFailure: i32 = 5;
pub const DeviceProblemCHMMoveError: i32 = 6;
pub const DeviceProblemCHMZeroError: i32 = 7;
pub const DeviceProblemCartridgeInsertError: i32 = 8;
pub const DeviceProblemPositionError: i32 = 9;
pub const DeviceProblemSensorError: i32 = 10;
pub const DeviceProblemCartridgeEjectError: i32 = 11;
pub const DeviceProblemGripperError: i32 = 12;
pub const DeviceProblemDriveError: i32 = 13;// CHANGER_DEVICE_PROBLEM_TYPE
const (
DeviceProblemNone int32 = 0
DeviceProblemHardware int32 = 1
DeviceProblemCHMError int32 = 2
DeviceProblemDoorOpen int32 = 3
DeviceProblemCalibrationError int32 = 4
DeviceProblemTargetFailure int32 = 5
DeviceProblemCHMMoveError int32 = 6
DeviceProblemCHMZeroError int32 = 7
DeviceProblemCartridgeInsertError int32 = 8
DeviceProblemPositionError int32 = 9
DeviceProblemSensorError int32 = 10
DeviceProblemCartridgeEjectError int32 = 11
DeviceProblemGripperError int32 = 12
DeviceProblemDriveError int32 = 13
)const
DeviceProblemNone = 0;
DeviceProblemHardware = 1;
DeviceProblemCHMError = 2;
DeviceProblemDoorOpen = 3;
DeviceProblemCalibrationError = 4;
DeviceProblemTargetFailure = 5;
DeviceProblemCHMMoveError = 6;
DeviceProblemCHMZeroError = 7;
DeviceProblemCartridgeInsertError = 8;
DeviceProblemPositionError = 9;
DeviceProblemSensorError = 10;
DeviceProblemCartridgeEjectError = 11;
DeviceProblemGripperError = 12;
DeviceProblemDriveError = 13;// CHANGER_DEVICE_PROBLEM_TYPE
pub const DeviceProblemNone: i32 = 0;
pub const DeviceProblemHardware: i32 = 1;
pub const DeviceProblemCHMError: i32 = 2;
pub const DeviceProblemDoorOpen: i32 = 3;
pub const DeviceProblemCalibrationError: i32 = 4;
pub const DeviceProblemTargetFailure: i32 = 5;
pub const DeviceProblemCHMMoveError: i32 = 6;
pub const DeviceProblemCHMZeroError: i32 = 7;
pub const DeviceProblemCartridgeInsertError: i32 = 8;
pub const DeviceProblemPositionError: i32 = 9;
pub const DeviceProblemSensorError: i32 = 10;
pub const DeviceProblemCartridgeEjectError: i32 = 11;
pub const DeviceProblemGripperError: i32 = 12;
pub const DeviceProblemDriveError: i32 = 13;const
DeviceProblemNone* = 0
DeviceProblemHardware* = 1
DeviceProblemCHMError* = 2
DeviceProblemDoorOpen* = 3
DeviceProblemCalibrationError* = 4
DeviceProblemTargetFailure* = 5
DeviceProblemCHMMoveError* = 6
DeviceProblemCHMZeroError* = 7
DeviceProblemCartridgeInsertError* = 8
DeviceProblemPositionError* = 9
DeviceProblemSensorError* = 10
DeviceProblemCartridgeEjectError* = 11
DeviceProblemGripperError* = 12
DeviceProblemDriveError* = 13enum CHANGER_DEVICE_PROBLEM_TYPE : int {
DeviceProblemNone = 0,
DeviceProblemHardware = 1,
DeviceProblemCHMError = 2,
DeviceProblemDoorOpen = 3,
DeviceProblemCalibrationError = 4,
DeviceProblemTargetFailure = 5,
DeviceProblemCHMMoveError = 6,
DeviceProblemCHMZeroError = 7,
DeviceProblemCartridgeInsertError = 8,
DeviceProblemPositionError = 9,
DeviceProblemSensorError = 10,
DeviceProblemCartridgeEjectError = 11,
DeviceProblemGripperError = 12,
DeviceProblemDriveError = 13,
}#define global DeviceProblemNone 0x0
#define global DeviceProblemHardware 0x1
#define global DeviceProblemCHMError 0x2
#define global DeviceProblemDoorOpen 0x3
#define global DeviceProblemCalibrationError 0x4
#define global DeviceProblemTargetFailure 0x5
#define global DeviceProblemCHMMoveError 0x6
#define global DeviceProblemCHMZeroError 0x7
#define global DeviceProblemCartridgeInsertError 0x8
#define global DeviceProblemPositionError 0x9
#define global DeviceProblemSensorError 0xA
#define global DeviceProblemCartridgeEjectError 0xB
#define global DeviceProblemGripperError 0xC
#define global DeviceProblemDriveError 0xD