Win32 API 日本語リファレンス
ホームDevices.Nfc › NFC_DEVICE_TYPE

NFC_DEVICE_TYPE

列挙型
基底型i4

メンバー 7

名前10進16進
NfcType1Tag00x0
NfcType2Tag10x1
NfcType3Tag20x2
NfcType4Tag30x3
NfcIP1Target40x4
NfcIP1Initiator50x5
NfcReader60x6

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 6
enum 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