PcscCommandFactory class abstract

Command factory interface - platform bindings implement this

Implementers

Constructors

PcscCommandFactory()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

beginTransaction(int hCard) PcscCommand<SCardResult>
cancel(int hContext) PcscCommand<SCardResult>
connect(int hContext, String szReader, int dwShareMode, int dwPreferredProtocols) PcscCommand<PcscResult<SCardHandle>>
control(int hCard, int dwControlCode, List<int> pbSendBuffer) PcscCommand<PcscResult<List<int>>>
disconnect(int hCard, int dwDisposition) PcscCommand<SCardResult>
endTransaction(int hCard, int dwDisposition) PcscCommand<SCardResult>
establishContext(int dwScope) PcscCommand<PcscResult<SCardContext>>
getAttrib(int hCard, int dwAttrId) PcscCommand<PcscResult<List<int>>>
getStatusChange(int hContext, int dwTimeout, List<SCardReaderState> rgReaderStates) PcscCommand<PcscResult<List<SCardReaderState>>>
isValidContext(int hContext) PcscCommand<SCardResult>
listReaderGroups(int hContext) PcscCommand<PcscResult<List<String>>>
listReaders(int hContext) PcscCommand<PcscResult<List<String>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconnect(int hCard, int dwShareMode, int dwPreferredProtocols, int dwInitialization) PcscCommand<PcscResult<SCardHandle>>
releaseContext(int hContext) PcscCommand<SCardResult>
setAttrib(int hCard, int dwAttrId, List<int> pbAttr) PcscCommand<SCardResult>
status(int hCard) PcscCommand<PcscResult<SCardStatus>>
toString() String
A string representation of this object.
inherited
transmit(int hCard, int pioSendPci, List<int> pbSendBuffer) PcscCommand<PcscResult<List<int>>>

Operators

operator ==(Object other) bool
The equality operator.
inherited