pcsc-sharp : PCSC.Iso8825 Namespace

DataObject Class

Documentation for this section has not yet been entered.

public abstract class DataObject : IEnumerator<byte>

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.

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.

Protected Fields

data byte[]. Documentation for this section has not yet been entered.
length int . Documentation for this section has not yet been entered.
startIndex int . Documentation for this section has not yet been entered.

Public Properties

[read-only]
Current byte . Documentation for this section has not yet been entered.
[read-only]
EndsAt int . Documentation for this section has not yet been entered.
[read-only]
Length int . Documentation for this section has not yet been entered.
[read-only]
StartsAt int . Documentation for this section has not yet been entered.
[read-only]
abstract
Tag long . Documentation for this section has not yet been entered.

Public Methods

Dispose ()
Documentation for this section has not yet been entered.
MoveNext () : bool
Documentation for this section has not yet been entered.
Reset ()
Documentation for this section has not yet been entered.
ToArray () : byte[]
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

[read-only]
IEnumerator.Current object . Documentation for this section has not yet been entered.

Member Details

DataObject Constructor

Documentation for this section has not yet been entered.

protected DataObject ()

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

DataObject Constructor

Documentation for this section has not yet been entered.

public DataObject (byte[] data, int startIndex, int length)

Parameters

data
Documentation for this section has not yet been entered.
startIndex
Documentation for this section has not yet been entered.
length
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

Current Property

Documentation for this section has not yet been entered.

public virtual byte Current { 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

data Field

Documentation for this section has not yet been entered.

protected byte[] data

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

Dispose Method

Documentation for this section has not yet been entered.

public void Dispose ()

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

EndsAt Property

Documentation for this section has not yet been entered.

public int EndsAt { 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

length Field

Documentation for this section has not yet been entered.

protected int length

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

Length Property

Documentation for this section has not yet been entered.

public int Length { 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

MoveNext Method

Documentation for this section has not yet been entered.

public virtual bool MoveNext ()

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

Reset Method

Documentation for this section has not yet been entered.

public virtual void Reset ()

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

startIndex Field

Documentation for this section has not yet been entered.

protected int startIndex

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

StartsAt Property

Documentation for this section has not yet been entered.

public int StartsAt { 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

System.Collections.IEnumerator.Current Property

Documentation for this section has not yet been entered.

object System.Collections.IEnumerator.Current { 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

Tag Property

Documentation for this section has not yet been entered.

public abstract long Tag { 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

ToArray Method

Documentation for this section has not yet been entered.

public 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