ホーム › Storage.VirtualDiskService › VDS_HBAPORT_TYPE
VDS_HBAPORT_TYPE
列挙型メンバー 11
| 名前 | 10進 | 16進 |
|---|---|---|
| VDS_HPT_UNKNOWN | 1 | 0x1 |
| VDS_HPT_OTHER | 2 | 0x2 |
| VDS_HPT_NOTPRESENT | 3 | 0x3 |
| VDS_HPT_NPORT | 5 | 0x5 |
| VDS_HPT_NLPORT | 6 | 0x6 |
| VDS_HPT_FLPORT | 7 | 0x7 |
| VDS_HPT_FPORT | 8 | 0x8 |
| VDS_HPT_EPORT | 9 | 0x9 |
| VDS_HPT_GPORT | 10 | 0xA |
| VDS_HPT_LPORT | 20 | 0x14 |
| VDS_HPT_PTP | 21 | 0x15 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum VDS_HBAPORT_TYPE : int {
VDS_HPT_UNKNOWN = 1,
VDS_HPT_OTHER = 2,
VDS_HPT_NOTPRESENT = 3,
VDS_HPT_NPORT = 5,
VDS_HPT_NLPORT = 6,
VDS_HPT_FLPORT = 7,
VDS_HPT_FPORT = 8,
VDS_HPT_EPORT = 9,
VDS_HPT_GPORT = 10,
VDS_HPT_LPORT = 20,
VDS_HPT_PTP = 21
} VDS_HBAPORT_TYPE;public enum VDS_HBAPORT_TYPE : int
{
VDS_HPT_UNKNOWN = 1,
VDS_HPT_OTHER = 2,
VDS_HPT_NOTPRESENT = 3,
VDS_HPT_NPORT = 5,
VDS_HPT_NLPORT = 6,
VDS_HPT_FLPORT = 7,
VDS_HPT_FPORT = 8,
VDS_HPT_EPORT = 9,
VDS_HPT_GPORT = 10,
VDS_HPT_LPORT = 20,
VDS_HPT_PTP = 21,
}Public Enum VDS_HBAPORT_TYPE As Integer
VDS_HPT_UNKNOWN = 1
VDS_HPT_OTHER = 2
VDS_HPT_NOTPRESENT = 3
VDS_HPT_NPORT = 5
VDS_HPT_NLPORT = 6
VDS_HPT_FLPORT = 7
VDS_HPT_FPORT = 8
VDS_HPT_EPORT = 9
VDS_HPT_GPORT = 10
VDS_HPT_LPORT = 20
VDS_HPT_PTP = 21
End Enumimport enum
class VDS_HBAPORT_TYPE(enum.IntEnum):
VDS_HPT_UNKNOWN = 1
VDS_HPT_OTHER = 2
VDS_HPT_NOTPRESENT = 3
VDS_HPT_NPORT = 5
VDS_HPT_NLPORT = 6
VDS_HPT_FLPORT = 7
VDS_HPT_FPORT = 8
VDS_HPT_EPORT = 9
VDS_HPT_GPORT = 10
VDS_HPT_LPORT = 20
VDS_HPT_PTP = 21// VDS_HBAPORT_TYPE
pub const VDS_HPT_UNKNOWN: i32 = 1;
pub const VDS_HPT_OTHER: i32 = 2;
pub const VDS_HPT_NOTPRESENT: i32 = 3;
pub const VDS_HPT_NPORT: i32 = 5;
pub const VDS_HPT_NLPORT: i32 = 6;
pub const VDS_HPT_FLPORT: i32 = 7;
pub const VDS_HPT_FPORT: i32 = 8;
pub const VDS_HPT_EPORT: i32 = 9;
pub const VDS_HPT_GPORT: i32 = 10;
pub const VDS_HPT_LPORT: i32 = 20;
pub const VDS_HPT_PTP: i32 = 21;// VDS_HBAPORT_TYPE
const (
VDS_HPT_UNKNOWN int32 = 1
VDS_HPT_OTHER int32 = 2
VDS_HPT_NOTPRESENT int32 = 3
VDS_HPT_NPORT int32 = 5
VDS_HPT_NLPORT int32 = 6
VDS_HPT_FLPORT int32 = 7
VDS_HPT_FPORT int32 = 8
VDS_HPT_EPORT int32 = 9
VDS_HPT_GPORT int32 = 10
VDS_HPT_LPORT int32 = 20
VDS_HPT_PTP int32 = 21
)const
VDS_HPT_UNKNOWN = 1;
VDS_HPT_OTHER = 2;
VDS_HPT_NOTPRESENT = 3;
VDS_HPT_NPORT = 5;
VDS_HPT_NLPORT = 6;
VDS_HPT_FLPORT = 7;
VDS_HPT_FPORT = 8;
VDS_HPT_EPORT = 9;
VDS_HPT_GPORT = 10;
VDS_HPT_LPORT = 20;
VDS_HPT_PTP = 21;// VDS_HBAPORT_TYPE
pub const VDS_HPT_UNKNOWN: i32 = 1;
pub const VDS_HPT_OTHER: i32 = 2;
pub const VDS_HPT_NOTPRESENT: i32 = 3;
pub const VDS_HPT_NPORT: i32 = 5;
pub const VDS_HPT_NLPORT: i32 = 6;
pub const VDS_HPT_FLPORT: i32 = 7;
pub const VDS_HPT_FPORT: i32 = 8;
pub const VDS_HPT_EPORT: i32 = 9;
pub const VDS_HPT_GPORT: i32 = 10;
pub const VDS_HPT_LPORT: i32 = 20;
pub const VDS_HPT_PTP: i32 = 21;const
VDS_HPT_UNKNOWN* = 1
VDS_HPT_OTHER* = 2
VDS_HPT_NOTPRESENT* = 3
VDS_HPT_NPORT* = 5
VDS_HPT_NLPORT* = 6
VDS_HPT_FLPORT* = 7
VDS_HPT_FPORT* = 8
VDS_HPT_EPORT* = 9
VDS_HPT_GPORT* = 10
VDS_HPT_LPORT* = 20
VDS_HPT_PTP* = 21enum VDS_HBAPORT_TYPE : int {
VDS_HPT_UNKNOWN = 1,
VDS_HPT_OTHER = 2,
VDS_HPT_NOTPRESENT = 3,
VDS_HPT_NPORT = 5,
VDS_HPT_NLPORT = 6,
VDS_HPT_FLPORT = 7,
VDS_HPT_FPORT = 8,
VDS_HPT_EPORT = 9,
VDS_HPT_GPORT = 10,
VDS_HPT_LPORT = 20,
VDS_HPT_PTP = 21,
}#define global VDS_HPT_UNKNOWN 0x1
#define global VDS_HPT_OTHER 0x2
#define global VDS_HPT_NOTPRESENT 0x3
#define global VDS_HPT_NPORT 0x5
#define global VDS_HPT_NLPORT 0x6
#define global VDS_HPT_FLPORT 0x7
#define global VDS_HPT_FPORT 0x8
#define global VDS_HPT_EPORT 0x9
#define global VDS_HPT_GPORT 0xA
#define global VDS_HPT_LPORT 0x14
#define global VDS_HPT_PTP 0x15