Extracting data object that require offset and length parameters
Namespace:
CardWerk.SmartCard.DataModule.Wiegand
Assembly: CardWerk.SmartCard.CardModule.Prox (in CardWerk.SmartCard.CardModule.Prox.dll)
Assembly: CardWerk.SmartCard.CardModule.Prox (in CardWerk.SmartCard.CardModule.Prox.dll)
Public Function Extract( _
ByVal format As CardFormat, _
ByVal offset As Integer, _
ByVal length As Integer _
) As Long
This language is not supported or no code example is available.
public long Extract(
CardFormat format,
int offset,
int length
)
This language is not supported or no code example is available.
public:
long Extract(
CardFormat format,
int offset,
int length
)
This language is not supported or no code example is available.
Parameters
- format
-
Type: CardFormat
Describes the format to use.
- offset
-
Type: int
Offset of the first hex digit.
- length
-
Type: int
Number of digits to extract.
Return Value
Type: longA long.