SECURE_ELEMENT_ROUTING_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-nfcsedev-_secure_element_routing_type)

_SECURE_ELEMENT_ROUTING_TYPE enumeration

Description

SECURE_ELEMENT_ROUTING_TYPE is a member of SECURE_ELEMENT_ROUTING_TABLE_ENTRY.

Constants

RoutingTypeTech

NFC Forum technology-based routing type.

RoutingTypeProtocol

NFC Forum protocol-based routing type.

RoutingTypeAid

NFC Forum AID-based routing type.