Computes the total size of the encoded data object including its tag, the length field
and the value data.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Function ComputeTotalSize( _
ByVal nEncoding As CardDataObjectEncoding _
) As Integer
This language is not supported or no code example is available.
public int ComputeTotalSize(
CardDataObjectEncoding nEncoding
)
This language is not supported or no code example is available.
public:
int ComputeTotalSize(
CardDataObjectEncoding nEncoding
)
This language is not supported or no code example is available.
Parameters
- nEncoding
-
Type: CardDataObjectEncoding
Selects the encoding for which the total size shall be computed. Different encodings may produce a different total size.
Return Value
Type: intReturns the total byte size which is at least 2.
Marc, 9/29/2022.