ホーム › Devices.Nfc › NFC_DEVICE_TYPE
NFC_DEVICE_TYPE
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| NfcType1Tag | 0 | 0x0 |
| NfcType2Tag | 1 | 0x1 |
| NfcType3Tag | 2 | 0x2 |
| NfcType4Tag | 3 | 0x3 |
| NfcIP1Target | 4 | 0x4 |
| NfcIP1Initiator | 5 | 0x5 |
| NfcReader | 6 | 0x6 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum NFC_DEVICE_TYPE : int {
NfcType1Tag = 0,
NfcType2Tag = 1,
NfcType3Tag = 2,
NfcType4Tag = 3,
NfcIP1Target = 4,
NfcIP1Initiator = 5,
NfcReader = 6
} NFC_DEVICE_TYPE;public enum NFC_DEVICE_TYPE : int
{
NfcType1Tag = 0,
NfcType2Tag = 1,
NfcType3Tag = 2,
NfcType4Tag = 3,
NfcIP1Target = 4,
NfcIP1Initiator = 5,
NfcReader = 6,
}Public Enum NFC_DEVICE_TYPE As Integer
NfcType1Tag = 0
NfcType2Tag = 1
NfcType3Tag = 2
NfcType4Tag = 3
NfcIP1Target = 4
NfcIP1Initiator = 5
NfcReader = 6
End Enumimport enum
class NFC_DEVICE_TYPE(enum.IntEnum):
NfcType1Tag = 0
NfcType2Tag = 1
NfcType3Tag = 2
NfcType4Tag = 3
NfcIP1Target = 4
NfcIP1Initiator = 5
NfcReader = 6// NFC_DEVICE_TYPE
pub const NfcType1Tag: i32 = 0;
pub const NfcType2Tag: i32 = 1;
pub const NfcType3Tag: i32 = 2;
pub const NfcType4Tag: i32 = 3;
pub const NfcIP1Target: i32 = 4;
pub const NfcIP1Initiator: i32 = 5;
pub const NfcReader: i32 = 6;// NFC_DEVICE_TYPE
const (
NfcType1Tag int32 = 0
NfcType2Tag int32 = 1
NfcType3Tag int32 = 2
NfcType4Tag int32 = 3
NfcIP1Target int32 = 4
NfcIP1Initiator int32 = 5
NfcReader int32 = 6
)const
NfcType1Tag = 0;
NfcType2Tag = 1;
NfcType3Tag = 2;
NfcType4Tag = 3;
NfcIP1Target = 4;
NfcIP1Initiator = 5;
NfcReader = 6;// NFC_DEVICE_TYPE
pub const NfcType1Tag: i32 = 0;
pub const NfcType2Tag: i32 = 1;
pub const NfcType3Tag: i32 = 2;
pub const NfcType4Tag: i32 = 3;
pub const NfcIP1Target: i32 = 4;
pub const NfcIP1Initiator: i32 = 5;
pub const NfcReader: i32 = 6;const
NfcType1Tag* = 0
NfcType2Tag* = 1
NfcType3Tag* = 2
NfcType4Tag* = 3
NfcIP1Target* = 4
NfcIP1Initiator* = 5
NfcReader* = 6enum NFC_DEVICE_TYPE : int {
NfcType1Tag = 0,
NfcType2Tag = 1,
NfcType3Tag = 2,
NfcType4Tag = 3,
NfcIP1Target = 4,
NfcIP1Initiator = 5,
NfcReader = 6,
}#define global NfcType1Tag 0x0
#define global NfcType2Tag 0x1
#define global NfcType3Tag 0x2
#define global NfcType4Tag 0x3
#define global NfcIP1Target 0x4
#define global NfcIP1Initiator 0x5
#define global NfcReader 0x6