pcsc-sharp : PCSC.Iso7816 Namespace

ResponseApdu Class

Documentation for this section has not yet been entered.

public class ResponseApdu : 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.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Fields

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

Public Properties

[read-only]
DataSize int . Documentation for this section has not yet been entered.
[read-only]
FullApdu byte[]. Documentation for this section has not yet been entered.
[read-only]
HasData bool . 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]
StatusWord int . Documentation for this section has not yet been entered.
[read-only]
SW1 byte . Documentation for this section has not yet been entered.
[read-only]
SW2 byte . Documentation for this section has not yet been entered.

Public Methods

Clone () : object
Documentation for this section has not yet been entered.
GetData () : byte[]
Documentation for this section has not yet been entered.
override
ToArray () : byte[]
Documentation for this section has not yet been entered.

Member Details

ResponseApdu Constructor

Documentation for this section has not yet been entered.

public ResponseApdu (byte[] response, IsoCase isoCase, PCSC.SCardProtocol proto)

Parameters

response
Documentation for this section has not yet been entered.
isoCase
Documentation for this section has not yet been entered.
proto
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

ResponseApdu Constructor

Documentation for this section has not yet been entered.

public ResponseApdu (byte[] response, IsoCase isoCase, PCSC.SCardProtocol proto, bool copy)

Parameters

response
Documentation for this section has not yet been entered.
isoCase
Documentation for this section has not yet been entered.
proto
Documentation for this section has not yet been entered.
copy
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

ResponseApdu Constructor

Documentation for this section has not yet been entered.

public ResponseApdu (byte[] response, int length, IsoCase isoCase, PCSC.SCardProtocol proto)

Parameters

response
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.
isoCase
Documentation for this section has not yet been entered.
proto
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

ResponseApdu Constructor

Documentation for this section has not yet been entered.

public ResponseApdu (byte[] response, int length, IsoCase isoCase, PCSC.SCardProtocol proto, bool copy)

Parameters

response
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.
isoCase
Documentation for this section has not yet been entered.
proto
Documentation for this section has not yet been entered.
copy
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

DataSize Property

Documentation for this section has not yet been entered.

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

FullApdu Property

Documentation for this section has not yet been entered.

public byte[] FullApdu { 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

GetData Method

Documentation for this section has not yet been entered.

public byte[] GetData ()

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

HasData Property

Documentation for this section has not yet been entered.

public bool HasData { 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

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

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

response Field

Documentation for this section has not yet been entered.

protected byte[] response

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

StatusWord Property

Documentation for this section has not yet been entered.

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

SW1 Property

Documentation for this section has not yet been entered.

public byte SW1 { 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

SW2 Property

Documentation for this section has not yet been entered.

public byte SW2 { 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