Show / Hide Table of Contents

Interface ICardChannelStack

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

Inherited Members
ICardChannel.Protocol
ICardChannel.ReaderName
ICardChannel.Attach(ICardContext, String)
ICardChannel.Connect(ShareMode, Protocol)
ICardChannel.Disconnect(Disposition)
ICardChannel.GetAttrib(Attrib, Byte[])
ICardChannel.GetStatus()
ICardChannel.Reconnect(ShareMode, Protocol, Disposition)
ICardChannel.Transmit(ICardCommand, ICardResponse)
Namespace: WSCT.Stack
Assembly: WSCT.dll
Syntax
public interface ICardChannelStack : ICardChannel

Properties

| Improve this Doc View Source

Layers

Accessor to the current ordered list of layers.

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

Methods

| Improve this Doc View Source

AddLayer(ICardChannelLayer)

Adds given layer instance into the stack.

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

Layer instance to add.

| Improve this Doc View Source

ReleaseLayer(ICardChannelLayer)

Removes given layer instance from the stack.

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

Layer instance to remove.

| Improve this Doc View Source

RequestLayer(ICardChannelLayer, SearchMode)

Requests a layer, relative to given layer.

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

Layer instance used for Previous / Next mode.

SearchMode mode

Seek mode.

Returns
Type Description
ICardChannelLayer

The requested layer.

Extension Methods

JsonHelpers.WriteToJsonFile(Object, String)
JsonHelpers.WriteToJsonFile(Object, String, Boolean)
JsonHelpers.WriteToJsonString(Object)
JsonHelpers.WriteToJsonString(Object, Boolean)
CardChannelExtension.ToObservable(ICardChannel)
CardChannelStackExtension.ToObservableStack(ICardChannelStack)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX