pcsc-sharp : PCSC.Iso7816 Namespace

FileDescriptor Class

Documentation for this section has not yet been entered.

public class FileDescriptor

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PCSC.Iso7816
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 Properties

[read-only]
Descriptor byte . Documentation for this section has not yet been entered.
[read-only]
ExtendedType ExtendedFileType . Documentation for this section has not yet been entered.
[read-only]
ShareMode FileShareMode . Documentation for this section has not yet been entered.
[read-only]
Structure FileStructureInfo . Documentation for this section has not yet been entered.
[read-only]
Type FileType . Documentation for this section has not yet been entered.

Public Methods

IsSet (byte, byte) : bool
Documentation for this section has not yet been entered.

Protected Methods

UpdateFileInfo ()
Documentation for this section has not yet been entered.

Public Operators

static
Conversion to System.Byte (Implicit) Documentation for this section has not yet been entered.
static
Conversion to PCSC.Iso7816.FileDescriptor (Implicit) Documentation for this section has not yet been entered.

Member Details

FileDescriptor Constructor

Documentation for this section has not yet been entered.

public FileDescriptor (byte fileDescriptorByte)

Parameters

fileDescriptorByte
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: 1.0.0.0, 2.0.0.0, 2.0.0.1

Descriptor Property

Documentation for this section has not yet been entered.

public byte Descriptor { 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: 1.0.0.0, 2.0.0.0, 2.0.0.1

ExtendedType Property

Documentation for this section has not yet been entered.

public ExtendedFileType ExtendedType { 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: 1.0.0.0, 2.0.0.0, 2.0.0.1

IsSet Method

Documentation for this section has not yet been entered.

public bool IsSet (byte mask, byte bits)

Parameters

mask
Documentation for this section has not yet been entered.
bits
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.Iso7816
Assembly: pcsc-sharp (in pcsc-sharp.dll)
Assembly Versions: 1.0.0.0, 2.0.0.0, 2.0.0.1

Conversion Method

Documentation for this section has not yet been entered.

public static implicit operator byte (FileDescriptor fd)

Parameters

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

Conversion Method

Documentation for this section has not yet been entered.

public static implicit operator FileDescriptor (byte b)

Parameters

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

ShareMode Property

Documentation for this section has not yet been entered.

public FileShareMode ShareMode { 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: 1.0.0.0, 2.0.0.0, 2.0.0.1

Structure Property

Documentation for this section has not yet been entered.

public FileStructureInfo Structure { 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: 1.0.0.0, 2.0.0.0, 2.0.0.1

Type Property

Documentation for this section has not yet been entered.

public FileType Type { 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: 1.0.0.0, 2.0.0.0, 2.0.0.1

UpdateFileInfo Method

Documentation for this section has not yet been entered.

protected void UpdateFileInfo ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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