SECURE_ELEMENT_ROUTING_TABLE_ENTRY structure (nfcsedev.h)
SECURE_ELEMENT_ROUTING_TABLE_ENTRY is a member of SECURE_ELEMENT_ROUTING_TABLE.
Syntax
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
NFC Forum listen mode routing table entry type.
TechRoutingInfo
RF technology routing table entry information.
ProtoRoutingInfo
RF protocol routing table entry information.
AidRoutingInfo
AID routing table control information.
Requirements
Requirement | Value |
---|---|
Header | nfcsedev.h |