pcsc-sharp : PCSC.Iso8825 Namespace

TlvData Class

Documentation for this section has not yet been entered.

public abstract class TlvData

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso8825
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

Members

See Also: Inherited members from object.

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
abstract
ContentLength int . Documentation for this section has not yet been entered.

Public Methods

abstract
GetContent () : byte[]
Documentation for this section has not yet been entered.
abstract
ToArray () : byte[]
Documentation for this section has not yet been entered.

Member Details

TlvData Constructor

Documentation for this section has not yet been entered.

protected TlvData ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso8825
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

ContentLength Property

Documentation for this section has not yet been entered.

public abstract int ContentLength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso8825
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

GetContent Method

Documentation for this section has not yet been entered.

public abstract byte[] GetContent ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso8825
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

ToArray Method

Documentation for this section has not yet been entered.

public abstract byte[] ToArray ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso8825
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1