TagDetails Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class containing the Tag and the details including description
public class TagDetails : Iot.Device.Card.CreditCardProcessing.Tag
type TagDetails = class
inherit Tag
Public Class TagDetails
Inherits Tag
- Inheritance
Tag |
TagDetail constructor |
Tag |
Constructor using an existing Tag |
Data |
The data of the Tag (Inherited from Tag) |
Decoder |
The type of encoding used by this Tag |
Description |
Description of this Tag |
Is |
True if the Tag is constructed, which means contains sub Tags A constructed tag is not necessary a template (Inherited from Tag) |
Is |
True is this Tag is a Data Object Link |
Is |
True if this Tag is a template |
Parent |
The Tag parent, 0 is it's a root Tag (Inherited from Tag) |
Source |
The source of the tag, if it's from the card, the terminal or both |
Tag |
The Tag number (Inherited from Tag) |
Tags |
List of Tag that this Tag can contain if it's a constructed one or a template or a DOL (Inherited from Tag) |
Tag |
The list of templates that contain this Tag |
To |
Convert the data array to a string depending on how the data are coded |
Product | Versions |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |