pcsc-sharp : PCSC.Iso8825 Namespace

DataObjectFactory Class

Documentation for this section has not yet been entered.

public class DataObjectFactory

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.

Public Methods

static
Add (Type) : bool
Documentation for this section has not yet been entered.
static
Add<T> () : bool
Documentation for this section has not yet been entered.
static
CanCreate (long) : bool
Documentation for this section has not yet been entered.
static
CreateInstance (long, byte[], int, int) : DataObject
Documentation for this section has not yet been entered.
static
CreateInstance<T> (byte[], int, int) : T
Documentation for this section has not yet been entered.
static
GetTypeByTag (long) : Type
Documentation for this section has not yet been entered.

Member Details

DataObjectFactory Constructor

Documentation for this section has not yet been entered.

public DataObjectFactory ()

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

Add Method

Documentation for this section has not yet been entered.

public static bool Add (Type t)

Parameters

t
Documentation for this section has not yet been entered.

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

Add<T> Generic Method

Documentation for this section has not yet been entered.

public static bool Add<T> ()
where T : PCSC.Iso8825.DataObject, new()

Type Parameters

T
Documentation for this section has not yet been entered.

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

CanCreate Method

Documentation for this section has not yet been entered.

public static bool CanCreate (long tagNumber)

Parameters

tagNumber
Documentation for this section has not yet been entered.

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

CreateInstance Method

Documentation for this section has not yet been entered.

public static DataObject CreateInstance (long tagNumber, byte[] packet, int startIndex, int length)

Parameters

tagNumber
Documentation for this section has not yet been entered.
packet
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.

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

CreateInstance<T> Generic Method

Documentation for this section has not yet been entered.

public static T CreateInstance<T> (byte[] packet, int startIndex, int length)
where T : PCSC.Iso8825.DataObject, new()

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

packet
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.

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

GetTypeByTag Method

Documentation for this section has not yet been entered.

public static Type GetTypeByTag (long tagNumber)

Parameters

tagNumber
Documentation for this section has not yet been entered.

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