pcsc-sharp : PCSC.Iso7816 Namespace

CommandApdu Class

Documentation for this section has not yet been entered.

public class CommandApdu : Apdu, ICloneable

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from Apdu.

Public Constructors

Documentation for this section has not yet been entered.

Protected Fields

cla byte . Documentation for this section has not yet been entered.
data byte[]. Documentation for this section has not yet been entered.
ins byte . Documentation for this section has not yet been entered.
lc int . Documentation for this section has not yet been entered.
le int . Documentation for this section has not yet been entered.
p1 byte . Documentation for this section has not yet been entered.
p2 byte . Documentation for this section has not yet been entered.

Public Properties

CLA byte . Documentation for this section has not yet been entered.
Data byte[]. Documentation for this section has not yet been entered.
ExpectedResponseLength int . Documentation for this section has not yet been entered.
INS byte . Documentation for this section has not yet been entered.
[write-only]
Instruction InstructionCode . Documentation for this section has not yet been entered.
[read-only]
override
IsValid bool . Documentation for this section has not yet been entered.
[read-only]
Lc int . Documentation for this section has not yet been entered.
Le int . Documentation for this section has not yet been entered.
P1 byte . Documentation for this section has not yet been entered.
P1P2 int . Documentation for this section has not yet been entered.
P2 byte . Documentation for this section has not yet been entered.
P3 int . Documentation for this section has not yet been entered.

Public Methods

Clone () : object
Documentation for this section has not yet been entered.
GetClassByteInfo () : ClassByte
Documentation for this section has not yet been entered.
GetInstructionByteInfo () : InstructionByte
Documentation for this section has not yet been entered.
GetLength () : int
Documentation for this section has not yet been entered.
override
ToArray () : byte[]
Documentation for this section has not yet been entered.

Member Details

CommandApdu Constructor

Documentation for this section has not yet been entered.

public CommandApdu (IsoCase isocase, PCSC.SCardProtocol protocol)

Parameters

isocase
Documentation for this section has not yet been entered.
protocol
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

cla Field

Documentation for this section has not yet been entered.

protected byte cla

Remarks

Documentation for this section has not yet been entered.

Requirements

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

CLA Property

Documentation for this section has not yet been entered.

public byte CLA { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Clone Method

Documentation for this section has not yet been entered.

public object Clone ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 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.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1

Data Property

Documentation for this section has not yet been entered.

public byte[] Data { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

ExpectedResponseLength Property

Documentation for this section has not yet been entered.

public int ExpectedResponseLength { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

GetClassByteInfo Method

Documentation for this section has not yet been entered.

public ClassByte GetClassByteInfo ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

GetInstructionByteInfo Method

Documentation for this section has not yet been entered.

public InstructionByte GetInstructionByteInfo ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

GetLength Method

Documentation for this section has not yet been entered.

public int GetLength ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

ins Field

Documentation for this section has not yet been entered.

protected byte ins

Remarks

Documentation for this section has not yet been entered.

Requirements

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

INS Property

Documentation for this section has not yet been entered.

public byte INS { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Instruction Property

Documentation for this section has not yet been entered.

public InstructionCode Instruction { set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

IsValid Property

Documentation for this section has not yet been entered.

public override bool IsValid { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

lc Field

Documentation for this section has not yet been entered.

protected int lc

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Lc Property

Documentation for this section has not yet been entered.

public int Lc { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

le Field

Documentation for this section has not yet been entered.

protected int le

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Le Property

Documentation for this section has not yet been entered.

public int Le { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

p1 Field

Documentation for this section has not yet been entered.

protected byte p1

Remarks

Documentation for this section has not yet been entered.

Requirements

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

P1 Property

Documentation for this section has not yet been entered.

public byte P1 { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

P1P2 Property

Documentation for this section has not yet been entered.

public int P1P2 { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

p2 Field

Documentation for this section has not yet been entered.

protected byte p2

Remarks

Documentation for this section has not yet been entered.

Requirements

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

P2 Property

Documentation for this section has not yet been entered.

public byte P2 { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

P3 Property

Documentation for this section has not yet been entered.

public int P3 { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

ToArray Method

Documentation for this section has not yet been entered.

public override 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.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 2.0.0.0, 2.0.0.1