SpringCard PcscBridge SDK for .NET  20.09.25
The SDK for PcscBridge and the virtual PC/SC drivers
SpringCard.PCSC.Bridge.Link.BridgeLink.PipeServer Class Reference

Implementation of a BridgeLink when our end is a named pipe server (the other end shall be a PipeClient) More...

Inheritance diagram for SpringCard.PCSC.Bridge.Link.BridgeLink.PipeServer:
SpringCard.PCSC.Bridge.Link.BridgeLink SpringCard.PCSC.Bridge.Link.BridgeLink.IServer

Public Member Functions

 PipeServer (string pipeName)
 Instantiate the named pipe server.
 
bool Start ()
 Start accepting clients.
 
void Stop ()
 Stop accepting clients.
 
override void Disconnect ()
 Drop the currently connected client (if some)
 
override bool Send (byte[] frame)
 Send to the client through the pipe.
 

Additional Inherited Members

Detailed Description

Implementation of a BridgeLink when our end is a named pipe server (the other end shall be a PipeClient)


The documentation for this class was generated from the following file: