ホーム › Networking.DeliveryOptimization › DODownloadCostPolicy
DODownloadCostPolicy
列挙型メンバー 6
| 名前 | 10進 | 16進 |
|---|---|---|
| DODownloadCostPolicy_Always | 0 | 0x0 |
| DODownloadCostPolicy_Unrestricted | 1 | 0x1 |
| DODownloadCostPolicy_Standard | 2 | 0x2 |
| DODownloadCostPolicy_NoRoaming | 3 | 0x3 |
| DODownloadCostPolicy_NoSurcharge | 4 | 0x4 |
| DODownloadCostPolicy_NoCellular | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DODownloadCostPolicy : int {
DODownloadCostPolicy_Always = 0,
DODownloadCostPolicy_Unrestricted = 1,
DODownloadCostPolicy_Standard = 2,
DODownloadCostPolicy_NoRoaming = 3,
DODownloadCostPolicy_NoSurcharge = 4,
DODownloadCostPolicy_NoCellular = 5
} DODownloadCostPolicy;public enum DODownloadCostPolicy : int
{
DODownloadCostPolicy_Always = 0,
DODownloadCostPolicy_Unrestricted = 1,
DODownloadCostPolicy_Standard = 2,
DODownloadCostPolicy_NoRoaming = 3,
DODownloadCostPolicy_NoSurcharge = 4,
DODownloadCostPolicy_NoCellular = 5,
}Public Enum DODownloadCostPolicy As Integer
DODownloadCostPolicy_Always = 0
DODownloadCostPolicy_Unrestricted = 1
DODownloadCostPolicy_Standard = 2
DODownloadCostPolicy_NoRoaming = 3
DODownloadCostPolicy_NoSurcharge = 4
DODownloadCostPolicy_NoCellular = 5
End Enumimport enum
class DODownloadCostPolicy(enum.IntEnum):
DODownloadCostPolicy_Always = 0
DODownloadCostPolicy_Unrestricted = 1
DODownloadCostPolicy_Standard = 2
DODownloadCostPolicy_NoRoaming = 3
DODownloadCostPolicy_NoSurcharge = 4
DODownloadCostPolicy_NoCellular = 5// DODownloadCostPolicy
pub const DODownloadCostPolicy_Always: i32 = 0;
pub const DODownloadCostPolicy_Unrestricted: i32 = 1;
pub const DODownloadCostPolicy_Standard: i32 = 2;
pub const DODownloadCostPolicy_NoRoaming: i32 = 3;
pub const DODownloadCostPolicy_NoSurcharge: i32 = 4;
pub const DODownloadCostPolicy_NoCellular: i32 = 5;// DODownloadCostPolicy
const (
DODownloadCostPolicy_Always int32 = 0
DODownloadCostPolicy_Unrestricted int32 = 1
DODownloadCostPolicy_Standard int32 = 2
DODownloadCostPolicy_NoRoaming int32 = 3
DODownloadCostPolicy_NoSurcharge int32 = 4
DODownloadCostPolicy_NoCellular int32 = 5
)const
DODownloadCostPolicy_Always = 0;
DODownloadCostPolicy_Unrestricted = 1;
DODownloadCostPolicy_Standard = 2;
DODownloadCostPolicy_NoRoaming = 3;
DODownloadCostPolicy_NoSurcharge = 4;
DODownloadCostPolicy_NoCellular = 5;// DODownloadCostPolicy
pub const DODownloadCostPolicy_Always: i32 = 0;
pub const DODownloadCostPolicy_Unrestricted: i32 = 1;
pub const DODownloadCostPolicy_Standard: i32 = 2;
pub const DODownloadCostPolicy_NoRoaming: i32 = 3;
pub const DODownloadCostPolicy_NoSurcharge: i32 = 4;
pub const DODownloadCostPolicy_NoCellular: i32 = 5;const
DODownloadCostPolicy_Always* = 0
DODownloadCostPolicy_Unrestricted* = 1
DODownloadCostPolicy_Standard* = 2
DODownloadCostPolicy_NoRoaming* = 3
DODownloadCostPolicy_NoSurcharge* = 4
DODownloadCostPolicy_NoCellular* = 5enum DODownloadCostPolicy : int {
DODownloadCostPolicy_Always = 0,
DODownloadCostPolicy_Unrestricted = 1,
DODownloadCostPolicy_Standard = 2,
DODownloadCostPolicy_NoRoaming = 3,
DODownloadCostPolicy_NoSurcharge = 4,
DODownloadCostPolicy_NoCellular = 5,
}#define global DODownloadCostPolicy_Always 0x0
#define global DODownloadCostPolicy_Unrestricted 0x1
#define global DODownloadCostPolicy_Standard 0x2
#define global DODownloadCostPolicy_NoRoaming 0x3
#define global DODownloadCostPolicy_NoSurcharge 0x4
#define global DODownloadCostPolicy_NoCellular 0x5