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