Interface ICardChannelObservable
Interface to be implemented by all observable ICardChannel instance.
Inherited Members
Namespace: WSCT.Core
Assembly: WSCT.dll
Syntax
public interface ICardChannelObservable : ICardChannel
Events
| Improve this Doc View SourceAfterConnectEvent
Event sent after execution of a Connect(ShareMode, Protocol).
Declaration
event EventHandler<AfterConnectEventArgs> AfterConnectEvent
Event Type
Type | Description |
---|---|
System.EventHandler<AfterConnectEventArgs> |
AfterDisconnectEvent
Event sent after execution of a Disconnect(Disposition).
Declaration
event EventHandler<AfterDisconnectEventArgs> AfterDisconnectEvent
Event Type
Type | Description |
---|---|
System.EventHandler<AfterDisconnectEventArgs> |
AfterGetAttribEvent
Event sent after execution of a GetAttrib(Attrib, ref Byte[]).
Declaration
event EventHandler<AfterGetAttribEventArgs> AfterGetAttribEvent
Event Type
Type | Description |
---|---|
System.EventHandler<AfterGetAttribEventArgs> |
AfterGetStatusEvent
Event sent after execution of a GetStatus().
Declaration
event EventHandler<AfterGetStatusEventArgs> AfterGetStatusEvent
Event Type
Type | Description |
---|---|
System.EventHandler<AfterGetStatusEventArgs> |
AfterReconnectEvent
Event sent after execution of a Reconnect(ShareMode, Protocol, Disposition).
Declaration
event EventHandler<AfterReconnectEventArgs> AfterReconnectEvent
Event Type
Type | Description |
---|---|
System.EventHandler<AfterReconnectEventArgs> |
AfterTransmitEvent
Event sent after execution of a Transmit(ICardCommand, ICardResponse).
Declaration
event EventHandler<AfterTransmitEventArgs> AfterTransmitEvent
Event Type
Type | Description |
---|---|
System.EventHandler<AfterTransmitEventArgs> |
BeforeConnectEvent
Event sent before execution of a Connect(ShareMode, Protocol).
Declaration
event EventHandler<BeforeConnectEventArgs> BeforeConnectEvent
Event Type
Type | Description |
---|---|
System.EventHandler<BeforeConnectEventArgs> |
BeforeDisconnectEvent
Event sent before execution of a Disconnect(Disposition).
Declaration
event EventHandler<BeforeDisconnectEventArgs> BeforeDisconnectEvent
Event Type
Type | Description |
---|---|
System.EventHandler<BeforeDisconnectEventArgs> |
BeforeGetAttribEvent
Event sent before execution of a GetAttrib(Attrib, ref Byte[]).
Declaration
event EventHandler<BeforeGetAttribEventArgs> BeforeGetAttribEvent
Event Type
Type | Description |
---|---|
System.EventHandler<BeforeGetAttribEventArgs> |
BeforeGetStatusEvent
Event sent before execution of a GetStatus().
Declaration
event EventHandler<BeforeGetStatusEventArgs> BeforeGetStatusEvent
Event Type
Type | Description |
---|---|
System.EventHandler<BeforeGetStatusEventArgs> |
BeforeReconnectEvent
Event sent before execution of a Reconnect(ShareMode, Protocol, Disposition).
Declaration
event EventHandler<BeforeReconnectEventArgs> BeforeReconnectEvent
Event Type
Type | Description |
---|---|
System.EventHandler<BeforeReconnectEventArgs> |
BeforeTransmitEvent
Event sent before execution of a Transmit(ICardCommand, ICardResponse).
Declaration
event EventHandler<BeforeTransmitEventArgs> BeforeTransmitEvent
Event Type
Type | Description |
---|---|
System.EventHandler<BeforeTransmitEventArgs> |