Méthode | Description | |
---|---|---|
BeginTransaction ( ) : void | ||
Connect ( string reader, SHARE shareMode, PROTOCOL preferredProtocols ) : void | ||
Disconnect ( DISCONNECT disposition ) : void | ||
EndTransaction ( DISCONNECT disposition ) : void | ||
GetAttribute ( uint attribId ) : byte[] | ||
ListReaders ( ) : string[] | ||
SubscribeCardEvent ( string reader ) : void | ||
Transmit ( APDUCommand apduCmd ) : APDUResponse | ||
UnsubscribeCardEvent ( ) : void |
Méthode | Description | |
---|---|---|
EventControl_Closed ( object sender, |
||
RaiseCardInserted ( string reader ) : void | ||
RaiseCardRemoved ( string reader ) : void |
public Connect ( string reader, SHARE shareMode, PROTOCOL preferredProtocols ) : void | ||
reader | string | |
shareMode | SHARE | |
preferredProtocols | PROTOCOL | |
Résultat | void |
public Disconnect ( DISCONNECT disposition ) : void | ||
disposition | DISCONNECT | |
Résultat | void |
public EndTransaction ( DISCONNECT disposition ) : void | ||
disposition | DISCONNECT | |
Résultat | void |
public GetAttribute ( uint attribId ) : byte[] | ||
attribId | uint | |
Résultat | byte[] |
public SubscribeCardEvent ( string reader ) : void | ||
reader | string | |
Résultat | void |
public Transmit ( APDUCommand apduCmd ) : APDUResponse | ||
apduCmd | APDUCommand | |
Résultat | APDUResponse |