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

Description of scCcidNetworkRegistry. More...

Classes

class  DebugConfig
 
class  DeviceConfig
 
class  DeviceRuntime
 

Public Types

enum  Mode { ReadOnly, ReadWrite }
 

Public Member Functions

 CcidNetworkServiceConfig (Mode mode)
 
bool Create ()
 
RegistryKey DeviceKey (string deviceName, Mode mode)
 
RegistryKey DeviceKey (string deviceName)
 
RegistryKey RuntimeKey (string deviceName, Mode mode)
 
RegistryKey RuntimeKey (string deviceName)
 
RegistryKey DebugKey (Mode mode)
 
RegistryKey DebugKey ()
 
bool InstallDevice (string DeviceName, string HostName, string FriendlyName)
 
void InstallRuntime (string DeviceName, string HostName, string FriendlyName)
 
void UninstallDevice (string deviceName)
 
void UninstallRuntime (string deviceName)
 
void InstallDebug ()
 

Public Attributes

const string _ServiceConfigKey = @"Software\\SpringCard\\CcidNetwork"
 
const string _ServiceConfigDevicesSubKey = "Devices"
 
const string _ServiceConfigRuntimeSubKey = "Runtime"
 
const string _ServiceConfigDevicesSubKey64 = @"Software\\SpringCard\\CcidNetwork\\Devices"
 
const string _ServiceConfigRuntimeSubKey64 = @"Software\\SpringCard\\CcidNetwork\\Runtime"
 
const string _ServiceConfigDebugSubKey64 = @"Software\\SpringCard\\CcidNetwork"
 

Properties

string [] DeviceNames [get]
 
bool Valid [get]
 
object LocalMachine [get]
 

Detailed Description

Description of scCcidNetworkRegistry.


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