TagDetails Class

Definition

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
TagDetails

Constructors

TagDetails()

TagDetail constructor

TagDetails(Tag)

Constructor using an existing Tag

Properties

Data

The data of the Tag

(Inherited from Tag)
Decoder

The type of encoding used by this Tag

Description

Description of this Tag

IsConstructed

True if the Tag is constructed, which means contains sub Tags A constructed tag is not necessary a template

(Inherited from Tag)
IsDol

True is this Tag is a Data Object Link

IsTemplate

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

TagNumber

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)
TagTemplateParent

The list of templates that contain this Tag

Methods

ToString()

Convert the data array to a string depending on how the data are coded

Applies to