SpringCard PC/SC API for .NET  18.10.10
Access PC/SC couplers and smart cards from .NET applications
SpringCard.PCSC.Forms.ReaderSelectAnyForm Class Reference

A simple form to let the user select one reader, either PC/SC or using a direct PC/SC-like method. More...

Inheritance diagram for SpringCard.PCSC.Forms.ReaderSelectAnyForm:

Public Member Functions

 ReaderSelectAnyForm ()
 Create the form.
 
 ReaderSelectAnyForm (Color headerColor)
 Create the form, specifying the color of the header (default is SpringCard-red)
 
void GetPCSCParameters (out string ReaderName)
 If selected Mode is "pc/sc", get the name of the reader.
 
void GetSerialParameters (out string PortName, out bool UseNotifications, out bool UseLpcdPolling)
 If selected Mode is "serial", get the communication settings.
 
void GetNetworkParameters (out string Address, out ushort Port)
 If selected Mode is "network", get the reader's address (or DNS name) and communication port.
 
void GetBleParameters (out BLE.Adapter Adapter, out BluetoothAddress Address)
 If selected Mode is "ble", get the BLE adapter and the reader's BT_ADDR.
 

Protected Member Functions

override void Dispose (bool disposing)
 Disposes resources used by the form. More...
 

Properties

string Mode [get]
 Get the selected mode: "pc/sc" for standard PC/SC, or either "serial", "network" or "ble" for the PC/SC-Like modes.
 

Detailed Description

A simple form to let the user select one reader, either PC/SC or using a direct PC/SC-like method.

Member Function Documentation

◆ Dispose()

override void SpringCard.PCSC.Forms.ReaderSelectAnyForm.Dispose ( bool  disposing)
protected

Disposes resources used by the form.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

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