pcsc-sharp : PCSC.Iso8825.BasicEncodingRules Namespace

BerTlvPacket Class

Documentation for this section has not yet been entered.

public class BerTlvPacket : PCSC.Iso8825.TlvData

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso8825.BasicEncodingRules
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 PCSC.Iso8825.TlvData.

Public Constructors

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

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Class BerClassType . Documentation for this section has not yet been entered.
[read-only]
override
ContentLength int . Documentation for this section has not yet been entered.
[read-only]
ContentStartsAt int . Documentation for this section has not yet been entered.
[read-only]
HasHighTagNumber bool . Documentation for this section has not yet been entered.
[read-only]
LengthEncoding BerLengthEncoding . Documentation for this section has not yet been entered.
[read-only]
PacketEndsAt int . Documentation for this section has not yet been entered.
[read-only]
PacketSize int . Documentation for this section has not yet been entered.
[read-only]
PacketStartsAt int . Documentation for this section has not yet been entered.
[read-only]
StructureType BerStructureType . Documentation for this section has not yet been entered.
[read-only]
Tag long . Documentation for this section has not yet been entered.
[read-only]
TagOverflow bool . Documentation for this section has not yet been entered.

Public Methods

override
GetContent () : byte[]
Documentation for this section has not yet been entered.
GetDataObject () : PCSC.Iso8825.DataObject
Documentation for this section has not yet been entered.
GetEncapsulatedPackets () : BerTlvPacket[]
Documentation for this section has not yet been entered.
override
ToArray () : byte[]
Documentation for this section has not yet been entered.

Member Details

BerTlvPacket Constructor

Documentation for this section has not yet been entered.

protected BerTlvPacket ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

BerTlvPacket Constructor

Documentation for this section has not yet been entered.

public BerTlvPacket (byte[] packet)

Parameters

packet
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

BerTlvPacket Constructor

Documentation for this section has not yet been entered.

public BerTlvPacket (byte[] packet, int packetStart)

Parameters

packet
Documentation for this section has not yet been entered.
packetStart
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Class Property

Documentation for this section has not yet been entered.

public BerClassType Class { 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.BasicEncodingRules
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 override 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.BasicEncodingRules
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

ContentStartsAt Property

Documentation for this section has not yet been entered.

public int ContentStartsAt { 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.BasicEncodingRules
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 override 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.BasicEncodingRules
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

GetDataObject Method

Documentation for this section has not yet been entered.

public PCSC.Iso8825.DataObject GetDataObject ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

GetEncapsulatedPackets Method

Documentation for this section has not yet been entered.

public BerTlvPacket[] GetEncapsulatedPackets ()

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

HasHighTagNumber Property

Documentation for this section has not yet been entered.

public bool HasHighTagNumber { 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.BasicEncodingRules
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

LengthEncoding Property

Documentation for this section has not yet been entered.

public BerLengthEncoding LengthEncoding { 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.BasicEncodingRules
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

PacketEndsAt Property

Documentation for this section has not yet been entered.

public int PacketEndsAt { 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.BasicEncodingRules
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

PacketSize Property

Documentation for this section has not yet been entered.

public int PacketSize { 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.BasicEncodingRules
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

PacketStartsAt Property

Documentation for this section has not yet been entered.

public int PacketStartsAt { 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.BasicEncodingRules
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

StructureType Property

Documentation for this section has not yet been entered.

public BerStructureType StructureType { 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.BasicEncodingRules
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 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.BasicEncodingRules
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

TagOverflow Property

Documentation for this section has not yet been entered.

public bool TagOverflow { 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.BasicEncodingRules
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 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.Iso8825.BasicEncodingRules
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1