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

Implementation of a BridgeLink when our end is the client of a TCP server socket (the other end shall be a TcpServer) More...

Inheritance diagram for SpringCard.PCSC.Bridge.Link.BridgeLink.TcpClient:
SpringCard.PCSC.Bridge.Link.BridgeLink SpringCard.PCSC.Bridge.Link.BridgeLink.IClient

Public Member Functions

 TcpClient (string Host, int Port=3999)
 Instantiate the TCP client socket (providing the server's host name)
 
 TcpClient (IPAddress Address, int Port=3999)
 Instantiate the TCP client socket (providing the server's IP address)
 
bool Connect ()
 Connect as client to the TCP server socket.
 
override void Disconnect ()
 Close the socket.
 
override bool Send (byte[] t)
 Send to the server through the socket.
 

Additional Inherited Members

Detailed Description

Implementation of a BridgeLink when our end is the client of a TCP server socket (the other end shall be a TcpServer)


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