ホーム › System.Ioctl › SCM_PD_PROPERTY_ID
SCM_PD_PROPERTY_ID
列挙型メンバー 10
| 名前 | 10進 | 16進 |
|---|---|---|
| ScmPhysicalDeviceProperty_DeviceInfo | 0 | 0x0 |
| ScmPhysicalDeviceProperty_ManagementStatus | 1 | 0x1 |
| ScmPhysicalDeviceProperty_FirmwareInfo | 2 | 0x2 |
| ScmPhysicalDeviceProperty_LocationString | 3 | 0x3 |
| ScmPhysicalDeviceProperty_DeviceSpecificInfo | 4 | 0x4 |
| ScmPhysicalDeviceProperty_DeviceHandle | 5 | 0x5 |
| ScmPhysicalDeviceProperty_FruIdString | 6 | 0x6 |
| ScmPhysicalDeviceProperty_RuntimeFwActivationInfo | 7 | 0x7 |
| ScmPhysicalDeviceProperty_RuntimeFwActivationArmState | 8 | 0x8 |
| ScmPhysicalDeviceProperty_Max | 9 | 0x9 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum SCM_PD_PROPERTY_ID : int {
ScmPhysicalDeviceProperty_DeviceInfo = 0,
ScmPhysicalDeviceProperty_ManagementStatus = 1,
ScmPhysicalDeviceProperty_FirmwareInfo = 2,
ScmPhysicalDeviceProperty_LocationString = 3,
ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4,
ScmPhysicalDeviceProperty_DeviceHandle = 5,
ScmPhysicalDeviceProperty_FruIdString = 6,
ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7,
ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8,
ScmPhysicalDeviceProperty_Max = 9
} SCM_PD_PROPERTY_ID;public enum SCM_PD_PROPERTY_ID : int
{
ScmPhysicalDeviceProperty_DeviceInfo = 0,
ScmPhysicalDeviceProperty_ManagementStatus = 1,
ScmPhysicalDeviceProperty_FirmwareInfo = 2,
ScmPhysicalDeviceProperty_LocationString = 3,
ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4,
ScmPhysicalDeviceProperty_DeviceHandle = 5,
ScmPhysicalDeviceProperty_FruIdString = 6,
ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7,
ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8,
ScmPhysicalDeviceProperty_Max = 9,
}Public Enum SCM_PD_PROPERTY_ID As Integer
ScmPhysicalDeviceProperty_DeviceInfo = 0
ScmPhysicalDeviceProperty_ManagementStatus = 1
ScmPhysicalDeviceProperty_FirmwareInfo = 2
ScmPhysicalDeviceProperty_LocationString = 3
ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4
ScmPhysicalDeviceProperty_DeviceHandle = 5
ScmPhysicalDeviceProperty_FruIdString = 6
ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7
ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8
ScmPhysicalDeviceProperty_Max = 9
End Enumimport enum
class SCM_PD_PROPERTY_ID(enum.IntEnum):
ScmPhysicalDeviceProperty_DeviceInfo = 0
ScmPhysicalDeviceProperty_ManagementStatus = 1
ScmPhysicalDeviceProperty_FirmwareInfo = 2
ScmPhysicalDeviceProperty_LocationString = 3
ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4
ScmPhysicalDeviceProperty_DeviceHandle = 5
ScmPhysicalDeviceProperty_FruIdString = 6
ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7
ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8
ScmPhysicalDeviceProperty_Max = 9// SCM_PD_PROPERTY_ID
pub const ScmPhysicalDeviceProperty_DeviceInfo: i32 = 0;
pub const ScmPhysicalDeviceProperty_ManagementStatus: i32 = 1;
pub const ScmPhysicalDeviceProperty_FirmwareInfo: i32 = 2;
pub const ScmPhysicalDeviceProperty_LocationString: i32 = 3;
pub const ScmPhysicalDeviceProperty_DeviceSpecificInfo: i32 = 4;
pub const ScmPhysicalDeviceProperty_DeviceHandle: i32 = 5;
pub const ScmPhysicalDeviceProperty_FruIdString: i32 = 6;
pub const ScmPhysicalDeviceProperty_RuntimeFwActivationInfo: i32 = 7;
pub const ScmPhysicalDeviceProperty_RuntimeFwActivationArmState: i32 = 8;
pub const ScmPhysicalDeviceProperty_Max: i32 = 9;// SCM_PD_PROPERTY_ID
const (
ScmPhysicalDeviceProperty_DeviceInfo int32 = 0
ScmPhysicalDeviceProperty_ManagementStatus int32 = 1
ScmPhysicalDeviceProperty_FirmwareInfo int32 = 2
ScmPhysicalDeviceProperty_LocationString int32 = 3
ScmPhysicalDeviceProperty_DeviceSpecificInfo int32 = 4
ScmPhysicalDeviceProperty_DeviceHandle int32 = 5
ScmPhysicalDeviceProperty_FruIdString int32 = 6
ScmPhysicalDeviceProperty_RuntimeFwActivationInfo int32 = 7
ScmPhysicalDeviceProperty_RuntimeFwActivationArmState int32 = 8
ScmPhysicalDeviceProperty_Max int32 = 9
)const
ScmPhysicalDeviceProperty_DeviceInfo = 0;
ScmPhysicalDeviceProperty_ManagementStatus = 1;
ScmPhysicalDeviceProperty_FirmwareInfo = 2;
ScmPhysicalDeviceProperty_LocationString = 3;
ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4;
ScmPhysicalDeviceProperty_DeviceHandle = 5;
ScmPhysicalDeviceProperty_FruIdString = 6;
ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7;
ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8;
ScmPhysicalDeviceProperty_Max = 9;// SCM_PD_PROPERTY_ID
pub const ScmPhysicalDeviceProperty_DeviceInfo: i32 = 0;
pub const ScmPhysicalDeviceProperty_ManagementStatus: i32 = 1;
pub const ScmPhysicalDeviceProperty_FirmwareInfo: i32 = 2;
pub const ScmPhysicalDeviceProperty_LocationString: i32 = 3;
pub const ScmPhysicalDeviceProperty_DeviceSpecificInfo: i32 = 4;
pub const ScmPhysicalDeviceProperty_DeviceHandle: i32 = 5;
pub const ScmPhysicalDeviceProperty_FruIdString: i32 = 6;
pub const ScmPhysicalDeviceProperty_RuntimeFwActivationInfo: i32 = 7;
pub const ScmPhysicalDeviceProperty_RuntimeFwActivationArmState: i32 = 8;
pub const ScmPhysicalDeviceProperty_Max: i32 = 9;const
ScmPhysicalDeviceProperty_DeviceInfo* = 0
ScmPhysicalDeviceProperty_ManagementStatus* = 1
ScmPhysicalDeviceProperty_FirmwareInfo* = 2
ScmPhysicalDeviceProperty_LocationString* = 3
ScmPhysicalDeviceProperty_DeviceSpecificInfo* = 4
ScmPhysicalDeviceProperty_DeviceHandle* = 5
ScmPhysicalDeviceProperty_FruIdString* = 6
ScmPhysicalDeviceProperty_RuntimeFwActivationInfo* = 7
ScmPhysicalDeviceProperty_RuntimeFwActivationArmState* = 8
ScmPhysicalDeviceProperty_Max* = 9enum SCM_PD_PROPERTY_ID : int {
ScmPhysicalDeviceProperty_DeviceInfo = 0,
ScmPhysicalDeviceProperty_ManagementStatus = 1,
ScmPhysicalDeviceProperty_FirmwareInfo = 2,
ScmPhysicalDeviceProperty_LocationString = 3,
ScmPhysicalDeviceProperty_DeviceSpecificInfo = 4,
ScmPhysicalDeviceProperty_DeviceHandle = 5,
ScmPhysicalDeviceProperty_FruIdString = 6,
ScmPhysicalDeviceProperty_RuntimeFwActivationInfo = 7,
ScmPhysicalDeviceProperty_RuntimeFwActivationArmState = 8,
ScmPhysicalDeviceProperty_Max = 9,
}#define global ScmPhysicalDeviceProperty_DeviceInfo 0x0
#define global ScmPhysicalDeviceProperty_ManagementStatus 0x1
#define global ScmPhysicalDeviceProperty_FirmwareInfo 0x2
#define global ScmPhysicalDeviceProperty_LocationString 0x3
#define global ScmPhysicalDeviceProperty_DeviceSpecificInfo 0x4
#define global ScmPhysicalDeviceProperty_DeviceHandle 0x5
#define global ScmPhysicalDeviceProperty_FruIdString 0x6
#define global ScmPhysicalDeviceProperty_RuntimeFwActivationInfo 0x7
#define global ScmPhysicalDeviceProperty_RuntimeFwActivationArmState 0x8
#define global ScmPhysicalDeviceProperty_Max 0x9