Condividi tramite


SECURE_ELEMENT_ROUTING_TABLE_ENTRY struttura (nfcsedev.h)

SECURE_ELEMENT_ROUTING_TABLE_ENTRY è membro di SECURE_ELEMENT_ROUTING_TABLE.

Sintassi

typedef struct _SECURE_ELEMENT_ROUTING_TABLE_ENTRY {
  SECURE_ELEMENT_ROUTING_TYPE eRoutingType;
  union {
    SECURE_ELEMENT_TECH_ROUTING_INFO  TechRoutingInfo;
    SECURE_ELEMENT_PROTO_ROUTING_INFO ProtoRoutingInfo;
    SECURE_ELEMENT_AID_ROUTING_INFO   AidRoutingInfo;
  };
} SECURE_ELEMENT_ROUTING_TABLE_ENTRY, *PSECURE_ELEMENT_ROUTING_TABLE_ENTRY;

Members

eRoutingType

Tipo di voce della tabella di routing in modalità listen del forum NFC.

TechRoutingInfo

Informazioni sulla voce della tabella di routing della tecnologia RF.

ProtoRoutingInfo

Informazioni sulla voce della tabella di routing del protocollo RF.

AidRoutingInfo

Informazioni sul controllo tabella di routing AID.

Requisiti

Requisito Valore
Intestazione nfcsedev.h