Class CardChannelLayer
Implements CardChannel as a CardChannelLayer.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: WSCT.Wrapper.Desktop.Stack
Assembly: WSCT.Wrapper.Desktop.dll
Syntax
public class CardChannelLayer : CardChannel, ICardChannelObservable, ICardChannelLayer, ICardChannel
Remarks
This layer is the terminal (top) layer by design.
Constructors
| Improve this Doc View SourceCardChannelLayer()
Initializes a new instance.
Declaration
public CardChannelLayer()
CardChannelLayer(ICardContext, String)
Declaration
public CardChannelLayer(ICardContext context, string readerName)
Parameters
Type | Name | Description |
---|---|---|
ICardContext | context | |
System.String | readerName |
Properties
| Improve this Doc View SourceLayerId
Declaration
public string LayerId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSetStack(ICardChannelStack)
Declaration
public void SetStack(ICardChannelStack stack)
Parameters
Type | Name | Description |
---|---|---|
ICardChannelStack | stack |