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