Class CardContextStack
  
  
  
  
    Inheritance
    System.Object
    CardContextStack
   
  
  
    Inherited Members
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
   
  
  Assembly: WSCT.dll
  Syntax
  
    public class CardContextStack : ICardContextStack, ICardContext
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CardContextStack()
  Initializes a new instance.
 
  
  Declaration
  
    public CardContextStack()
   
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CardContextStack(IEnumerable<ICardContextLayer>)
  
  
  Declaration
  
    public CardContextStack(IEnumerable<ICardContextLayer> layers)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IEnumerable<ICardContextLayer> | 
        layers | 
         | 
      
    
  
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Context
  
  
  Declaration
  
    public IntPtr Context { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.IntPtr | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Groups
  
  
  Declaration
  
    public string[] Groups { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GroupsCount
  
  
  Declaration
  
    public int GroupsCount { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Layers
  
  
  Declaration
  
    public List<ICardContextLayer> Layers { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Readers
  
  
  Declaration
  
    public string[] Readers { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String[] | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReadersCount
  
  
  Declaration
  
    public int ReadersCount { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AddLayer(ICardContextLayer)
  
  
  Declaration
  
    public void AddLayer(ICardContextLayer layer)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Cancel()
  
  
  Declaration
  
    public ErrorCode Cancel()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Establish()
  
  
  Declaration
  
    public ErrorCode Establish()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetStatusChange(UInt32, AbstractReaderState[])
  
  
  Declaration
  
    public ErrorCode GetStatusChange(uint timeout, AbstractReaderState[] readerStates)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsValid()
  
  
  Declaration
  
    public ErrorCode IsValid()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ListReaderGroups()
  
  
  Declaration
  
    public ErrorCode ListReaderGroups()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ListReaders(String)
  
  
  Declaration
  
    public ErrorCode ListReaders(string group)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        group | 
         | 
      
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Release()
  
  
  Declaration
  
    public ErrorCode Release()
   
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReleaseLayer(ICardContextLayer)
  
  
  Declaration
  
    public void ReleaseLayer(ICardContextLayer layer)
   
  Parameters
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  RequestLayer(ICardContextLayer, SearchMode)
  
  
  Declaration
  
    public ICardContextLayer RequestLayer(ICardContextLayer layer, SearchMode mode)
   
  Parameters
  
  Returns
  
  Implements
  
  
  Extension Methods