Show / Hide Table of Contents

Interface ICardContextStack

Interface for card context layer, ie card channel that can be used in a card context stack ( (ICardContextLayer).

Inherited Members
ICardContext.Context
ICardContext.Groups
ICardContext.GroupsCount
ICardContext.Readers
ICardContext.ReadersCount
ICardContext.Cancel()
ICardContext.Establish()
ICardContext.GetStatusChange(UInt32, AbstractReaderState[])
ICardContext.IsValid()
ICardContext.ListReaders(String)
ICardContext.ListReaderGroups()
ICardContext.Release()
Namespace: WSCT.Stack
Assembly: WSCT.dll
Syntax
public interface ICardContextStack : ICardContext

Properties

| Improve this Doc View Source

Layers

Accessor to the current ordered list of layers.

Declaration
List<ICardContextLayer> Layers { get; }
Property Value
Type Description
System.Collections.Generic.List<ICardContextLayer>

Methods

| Improve this Doc View Source

AddLayer(ICardContextLayer)

Adds given layer instance into the stack.

Declaration
void AddLayer(ICardContextLayer layer)
Parameters
Type Name Description
ICardContextLayer layer

Layer instance to add.

| Improve this Doc View Source

ReleaseLayer(ICardContextLayer)

Removes given layer instance from the stack.

Declaration
void ReleaseLayer(ICardContextLayer layer)
Parameters
Type Name Description
ICardContextLayer layer

Layer instance to remove.

| Improve this Doc View Source

RequestLayer(ICardContextLayer, SearchMode)

Requests a layer, relative to given layer.

Declaration
ICardContextLayer RequestLayer(ICardContextLayer layer, SearchMode mode)
Parameters
Type Name Description
ICardContextLayer layer

Layer instance used for Previous / Next mode.

SearchMode mode

Seek mode.

Returns
Type Description
ICardContextLayer

The requested layer.

Extension Methods

JsonHelpers.WriteToJsonFile(Object, String)
JsonHelpers.WriteToJsonFile(Object, String, Boolean)
JsonHelpers.WriteToJsonString(Object)
JsonHelpers.WriteToJsonString(Object, Boolean)
CardContextExtension.ToObservable(ICardContext)
CardContextStackExtension.ToObservableStack(ICardContextStack)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX