Searches for the first match.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Function Find( _
ByVal nTag As Integer, _
ByVal fRecurse As Boolean _
) As CardDataObject
This language is not supported or no code example is available.
public CardDataObject Find(
int nTag,
bool fRecurse
)
This language is not supported or no code example is available.
public:
CardDataObject^ Find(
int nTag,
bool fRecurse
)
This language is not supported or no code example is available.
Parameters
- nTag
-
Type: int
Complete tag. This must not be the special zero tag. This must be in the range from 1 through 16777215 (0xFFFFFF). If the data object shall be encoded using SIMPLE-TLV encoding rules, then the tag must be in the range from 1 through 254.
- fRecurse
-
Type: bool
True to process recursively, false to process locally only.
Return Value
Type: CardDataObjectA CardDataObject.
Marc, 9/29/2022.