Constructs an empty constructed data object.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Sub New( _
ByVal nTag As Integer _
)
This language is not supported or no code example is available.
public CardDataObject(
int nTag
)
This language is not supported or no code example is available.
public:
CardDataObject(
int nTag
)
This language is not supported or no code example is available.
Parameters
- nTag
-
Type: int
Tag of the constructed data object or zero to indicate that this shall be an untagged data object list. Thus the value must be in the range from 0 through 16777215 (0xFFFFFF).
Exception type | Condition |
---|---|
Thrown when one or more arguments are outside the required range. |
This constructor must be used to create constructed data objects. After creating an empty
constructed data object its contents may be added through the
List property.