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