ホーム › NetworkManagement.IpHelper › TCP_RTO_ALGORITHM
TCP_RTO_ALGORITHM
列挙型メンバー 8
| 名前 | 10進 | 16進 |
|---|---|---|
| TcpRtoAlgorithmOther | 1 | 0x1 |
| TcpRtoAlgorithmConstant | 2 | 0x2 |
| TcpRtoAlgorithmRsre | 3 | 0x3 |
| TcpRtoAlgorithmVanj | 4 | 0x4 |
| MIB_TCP_RTO_OTHER | 1 | 0x1 |
| MIB_TCP_RTO_CONSTANT | 2 | 0x2 |
| MIB_TCP_RTO_RSRE | 3 | 0x3 |
| MIB_TCP_RTO_VANJ | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum TCP_RTO_ALGORITHM : int {
TcpRtoAlgorithmOther = 1,
TcpRtoAlgorithmConstant = 2,
TcpRtoAlgorithmRsre = 3,
TcpRtoAlgorithmVanj = 4,
MIB_TCP_RTO_OTHER = 1,
MIB_TCP_RTO_CONSTANT = 2,
MIB_TCP_RTO_RSRE = 3,
MIB_TCP_RTO_VANJ = 4
} TCP_RTO_ALGORITHM;public enum TCP_RTO_ALGORITHM : int
{
TcpRtoAlgorithmOther = 1,
TcpRtoAlgorithmConstant = 2,
TcpRtoAlgorithmRsre = 3,
TcpRtoAlgorithmVanj = 4,
MIB_TCP_RTO_OTHER = 1,
MIB_TCP_RTO_CONSTANT = 2,
MIB_TCP_RTO_RSRE = 3,
MIB_TCP_RTO_VANJ = 4,
}Public Enum TCP_RTO_ALGORITHM As Integer
TcpRtoAlgorithmOther = 1
TcpRtoAlgorithmConstant = 2
TcpRtoAlgorithmRsre = 3
TcpRtoAlgorithmVanj = 4
MIB_TCP_RTO_OTHER = 1
MIB_TCP_RTO_CONSTANT = 2
MIB_TCP_RTO_RSRE = 3
MIB_TCP_RTO_VANJ = 4
End Enumimport enum
class TCP_RTO_ALGORITHM(enum.IntEnum):
TcpRtoAlgorithmOther = 1
TcpRtoAlgorithmConstant = 2
TcpRtoAlgorithmRsre = 3
TcpRtoAlgorithmVanj = 4
MIB_TCP_RTO_OTHER = 1
MIB_TCP_RTO_CONSTANT = 2
MIB_TCP_RTO_RSRE = 3
MIB_TCP_RTO_VANJ = 4// TCP_RTO_ALGORITHM
pub const TcpRtoAlgorithmOther: i32 = 1;
pub const TcpRtoAlgorithmConstant: i32 = 2;
pub const TcpRtoAlgorithmRsre: i32 = 3;
pub const TcpRtoAlgorithmVanj: i32 = 4;
pub const MIB_TCP_RTO_OTHER: i32 = 1;
pub const MIB_TCP_RTO_CONSTANT: i32 = 2;
pub const MIB_TCP_RTO_RSRE: i32 = 3;
pub const MIB_TCP_RTO_VANJ: i32 = 4;// TCP_RTO_ALGORITHM
const (
TcpRtoAlgorithmOther int32 = 1
TcpRtoAlgorithmConstant int32 = 2
TcpRtoAlgorithmRsre int32 = 3
TcpRtoAlgorithmVanj int32 = 4
MIB_TCP_RTO_OTHER int32 = 1
MIB_TCP_RTO_CONSTANT int32 = 2
MIB_TCP_RTO_RSRE int32 = 3
MIB_TCP_RTO_VANJ int32 = 4
)const
TcpRtoAlgorithmOther = 1;
TcpRtoAlgorithmConstant = 2;
TcpRtoAlgorithmRsre = 3;
TcpRtoAlgorithmVanj = 4;
MIB_TCP_RTO_OTHER = 1;
MIB_TCP_RTO_CONSTANT = 2;
MIB_TCP_RTO_RSRE = 3;
MIB_TCP_RTO_VANJ = 4;// TCP_RTO_ALGORITHM
pub const TcpRtoAlgorithmOther: i32 = 1;
pub const TcpRtoAlgorithmConstant: i32 = 2;
pub const TcpRtoAlgorithmRsre: i32 = 3;
pub const TcpRtoAlgorithmVanj: i32 = 4;
pub const MIB_TCP_RTO_OTHER: i32 = 1;
pub const MIB_TCP_RTO_CONSTANT: i32 = 2;
pub const MIB_TCP_RTO_RSRE: i32 = 3;
pub const MIB_TCP_RTO_VANJ: i32 = 4;const
TcpRtoAlgorithmOther* = 1
TcpRtoAlgorithmConstant* = 2
TcpRtoAlgorithmRsre* = 3
TcpRtoAlgorithmVanj* = 4
MIB_TCP_RTO_OTHER* = 1
MIB_TCP_RTO_CONSTANT* = 2
MIB_TCP_RTO_RSRE* = 3
MIB_TCP_RTO_VANJ* = 4enum TCP_RTO_ALGORITHM : int {
TcpRtoAlgorithmOther = 1,
TcpRtoAlgorithmConstant = 2,
TcpRtoAlgorithmRsre = 3,
TcpRtoAlgorithmVanj = 4,
MIB_TCP_RTO_OTHER = 1,
MIB_TCP_RTO_CONSTANT = 2,
MIB_TCP_RTO_RSRE = 3,
MIB_TCP_RTO_VANJ = 4,
}#define global TcpRtoAlgorithmOther 0x1
#define global TcpRtoAlgorithmConstant 0x2
#define global TcpRtoAlgorithmRsre 0x3
#define global TcpRtoAlgorithmVanj 0x4
#define global MIB_TCP_RTO_OTHER 0x1
#define global MIB_TCP_RTO_CONSTANT 0x2
#define global MIB_TCP_RTO_RSRE 0x3
#define global MIB_TCP_RTO_VANJ 0x4