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<ConnectResult>
control(int hCard, int dwControlCode, List<int> pbSendBuffer) PcscCommand<ControlResult>
disconnect(int hCard, int dwDisposition) PcscCommand<SCardResult>
endTransaction(int hCard, int dwDisposition) PcscCommand<SCardResult>
establishContext(int dwScope) PcscCommand<EstablishContextResult>
getAttrib(int hCard, int dwAttrId) PcscCommand<GetAttribResult>
getStatusChange(int hContext, int dwTimeout, List<SCardReaderState> rgReaderStates) PcscCommand<GetStatusChangeResult>
isValidContext(int hContext) PcscCommand<SCardResult>
listReaderGroups(int hContext) PcscCommand<ListReaderGroupsResult>
listReaders(int hContext) PcscCommand<ListReadersResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reconnect(int hCard, int dwShareMode, int dwPreferredProtocols, int dwInitialization) PcscCommand<ReconnectResult>
releaseContext(int hContext) PcscCommand<SCardResult>
setAttrib(int hCard, int dwAttrId, List<int> pbAttr) PcscCommand<SCardResult>
status(int hCard) PcscCommand<StatusResult>
toString() String
A string representation of this object.
inherited
transmit(int hCard, int pioSendPci, List<int> pbSendBuffer) PcscCommand<TransmitResult>

Operators

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