Show / Hide Table of Contents

Interface ICardChannelLayer

Interface for card channel layers, ie card channel that can be used in a card channel stack.

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 ICardChannelLayer : ICardChannel
Remarks

A given layer instance must be used only in one stack.

Properties

| Improve this Doc View Source

LayerId

Layer identifier (must be unique).

Declaration
string LayerId { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

SetStack(ICardChannelStack)

Allows to declare the layerDescriptions using this layer.

Declaration
void SetStack(ICardChannelStack stack)
Parameters
Type Name Description
ICardChannelStack stack

Stack containing this layer.

Extension Methods

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