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