ホーム › NetworkManagement.WiFi › DEVPROP_PCIEXPRESSDEVICE_LINKSPEED
DEVPROP_PCIEXPRESSDEVICE_LINKSPEED
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps | 1 | 0x1 |
| DevProp_PciExpressDevice_LinkSpeed_Five_Gbps | 2 | 0x2 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DEVPROP_PCIEXPRESSDEVICE_LINKSPEED : unsigned int {
DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1,
DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2
} DEVPROP_PCIEXPRESSDEVICE_LINKSPEED;public enum DEVPROP_PCIEXPRESSDEVICE_LINKSPEED : uint
{
DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1,
DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2,
}Public Enum DEVPROP_PCIEXPRESSDEVICE_LINKSPEED As UInteger
DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1
DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2
End Enumimport enum
class DEVPROP_PCIEXPRESSDEVICE_LINKSPEED(enum.IntEnum):
DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1
DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2// DEVPROP_PCIEXPRESSDEVICE_LINKSPEED
pub const DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps: u32 = 1;
pub const DevProp_PciExpressDevice_LinkSpeed_Five_Gbps: u32 = 2;// DEVPROP_PCIEXPRESSDEVICE_LINKSPEED
const (
DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps uint32 = 1
DevProp_PciExpressDevice_LinkSpeed_Five_Gbps uint32 = 2
)const
DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1;
DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2;// DEVPROP_PCIEXPRESSDEVICE_LINKSPEED
pub const DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps: u32 = 1;
pub const DevProp_PciExpressDevice_LinkSpeed_Five_Gbps: u32 = 2;const
DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps* = 1
DevProp_PciExpressDevice_LinkSpeed_Five_Gbps* = 2enum DEVPROP_PCIEXPRESSDEVICE_LINKSPEED : uint {
DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps = 1,
DevProp_PciExpressDevice_LinkSpeed_Five_Gbps = 2,
}#define global DevProp_PciExpressDevice_LinkSpeed_TwoAndHalf_Gbps 0x1
#define global DevProp_PciExpressDevice_LinkSpeed_Five_Gbps 0x2