// nfcsedev.h
typedef enum _SECURE_ELEMENT_ROUTING_TYPE {
RoutingTypeTech,
RoutingTypeProtocol,
RoutingTypeAid
} SECURE_ELEMENT_ROUTING_TYPE, *PSECURE_ELEMENT_ROUTING_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
SECURE_ELEMENT_ROUTING_TYPE is a member of SECURE_ELEMENT_ROUTING_TABLE_ENTRY.
RoutingTypeTechNFC Forum technology-based routing type.
RoutingTypeProtocolNFC Forum protocol-based routing type.
RoutingTypeAidNFC Forum AID-based routing type.