Show / Hide Table of Contents

Interface ICardChannelObservable

Interface to be implemented by all observable ICardChannel instance.

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.Core
Assembly: WSCT.dll
Syntax
public interface ICardChannelObservable : ICardChannel

Events

| Improve this Doc View Source

AfterConnectEvent

Event sent after execution of a Connect(ShareMode, Protocol).

Declaration
event EventHandler<AfterConnectEventArgs> AfterConnectEvent
Event Type
Type Description
System.EventHandler<AfterConnectEventArgs>
| Improve this Doc View Source

AfterDisconnectEvent

Event sent after execution of a Disconnect(Disposition).

Declaration
event EventHandler<AfterDisconnectEventArgs> AfterDisconnectEvent
Event Type
Type Description
System.EventHandler<AfterDisconnectEventArgs>
| Improve this Doc View Source

AfterGetAttribEvent

Event sent after execution of a GetAttrib(Attrib, ref Byte[]).

Declaration
event EventHandler<AfterGetAttribEventArgs> AfterGetAttribEvent
Event Type
Type Description
System.EventHandler<AfterGetAttribEventArgs>
| Improve this Doc View Source

AfterGetStatusEvent

Event sent after execution of a GetStatus().

Declaration
event EventHandler<AfterGetStatusEventArgs> AfterGetStatusEvent
Event Type
Type Description
System.EventHandler<AfterGetStatusEventArgs>
| Improve this Doc View Source

AfterReconnectEvent

Event sent after execution of a Reconnect(ShareMode, Protocol, Disposition).

Declaration
event EventHandler<AfterReconnectEventArgs> AfterReconnectEvent
Event Type
Type Description
System.EventHandler<AfterReconnectEventArgs>
| Improve this Doc View Source

AfterTransmitEvent

Event sent after execution of a Transmit(ICardCommand, ICardResponse).

Declaration
event EventHandler<AfterTransmitEventArgs> AfterTransmitEvent
Event Type
Type Description
System.EventHandler<AfterTransmitEventArgs>
| Improve this Doc View Source

BeforeConnectEvent

Event sent before execution of a Connect(ShareMode, Protocol).

Declaration
event EventHandler<BeforeConnectEventArgs> BeforeConnectEvent
Event Type
Type Description
System.EventHandler<BeforeConnectEventArgs>
| Improve this Doc View Source

BeforeDisconnectEvent

Event sent before execution of a Disconnect(Disposition).

Declaration
event EventHandler<BeforeDisconnectEventArgs> BeforeDisconnectEvent
Event Type
Type Description
System.EventHandler<BeforeDisconnectEventArgs>
| Improve this Doc View Source

BeforeGetAttribEvent

Event sent before execution of a GetAttrib(Attrib, ref Byte[]).

Declaration
event EventHandler<BeforeGetAttribEventArgs> BeforeGetAttribEvent
Event Type
Type Description
System.EventHandler<BeforeGetAttribEventArgs>
| Improve this Doc View Source

BeforeGetStatusEvent

Event sent before execution of a GetStatus().

Declaration
event EventHandler<BeforeGetStatusEventArgs> BeforeGetStatusEvent
Event Type
Type Description
System.EventHandler<BeforeGetStatusEventArgs>
| Improve this Doc View Source

BeforeReconnectEvent

Event sent before execution of a Reconnect(ShareMode, Protocol, Disposition).

Declaration
event EventHandler<BeforeReconnectEventArgs> BeforeReconnectEvent
Event Type
Type Description
System.EventHandler<BeforeReconnectEventArgs>
| Improve this Doc View Source

BeforeTransmitEvent

Event sent before execution of a Transmit(ICardCommand, ICardResponse).

Declaration
event EventHandler<BeforeTransmitEventArgs> BeforeTransmitEvent
Event Type
Type Description
System.EventHandler<BeforeTransmitEventArgs>

Extension Methods

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