// nfcsedev.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
SECURE_ELEMENT_ROUTING_TABLE_ENTRY is a member of SECURE_ELEMENT_ROUTING_TABLE.
eRoutingTypeNFC Forum listen mode routing table entry type.
TechRoutingInfoRF technology routing table entry information.
ProtoRoutingInfoRF protocol routing table entry information.
AidRoutingInfoAID routing table control information.