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