ホーム › Devices.Usb › WINUSB_POWER_POLICY
WINUSB_POWER_POLICY
列挙型メンバー 2
| 名前 | 10進 | 16進 |
|---|---|---|
| AUTO_SUSPEND | 129 | 0x81 |
| SUSPEND_DELAY | 131 | 0x83 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WINUSB_POWER_POLICY : unsigned int {
AUTO_SUSPEND = 129,
SUSPEND_DELAY = 131
} WINUSB_POWER_POLICY;public enum WINUSB_POWER_POLICY : uint
{
AUTO_SUSPEND = 129,
SUSPEND_DELAY = 131,
}Public Enum WINUSB_POWER_POLICY As UInteger
AUTO_SUSPEND = 129
SUSPEND_DELAY = 131
End Enumimport enum
class WINUSB_POWER_POLICY(enum.IntEnum):
AUTO_SUSPEND = 129
SUSPEND_DELAY = 131// WINUSB_POWER_POLICY
pub const AUTO_SUSPEND: u32 = 129;
pub const SUSPEND_DELAY: u32 = 131;// WINUSB_POWER_POLICY
const (
AUTO_SUSPEND uint32 = 129
SUSPEND_DELAY uint32 = 131
)const
AUTO_SUSPEND = 129;
SUSPEND_DELAY = 131;// WINUSB_POWER_POLICY
pub const AUTO_SUSPEND: u32 = 129;
pub const SUSPEND_DELAY: u32 = 131;const
AUTO_SUSPEND* = 129
SUSPEND_DELAY* = 131enum WINUSB_POWER_POLICY : uint {
AUTO_SUSPEND = 129,
SUSPEND_DELAY = 131,
}#define global AUTO_SUSPEND 0x81
#define global SUSPEND_DELAY 0x83