Win32 API 日本語リファレンス
ホームNetworkManagement.IpHelper › TCP_RTO_ALGORITHM

TCP_RTO_ALGORITHM

列挙型
基底型i4

メンバー 8

名前10進16進
TcpRtoAlgorithmOther10x1
TcpRtoAlgorithmConstant20x2
TcpRtoAlgorithmRsre30x3
TcpRtoAlgorithmVanj40x4
MIB_TCP_RTO_OTHER10x1
MIB_TCP_RTO_CONSTANT20x2
MIB_TCP_RTO_RSRE30x3
MIB_TCP_RTO_VANJ40x4

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 4
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,
}
#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