LinuxCommandFactory class

Implemented types

Constructors

LinuxCommandFactory()

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>
override
cancel(int hContext) PcscCommand<SCardResult>
override
connect(int hContext, String szReader, int dwShareMode, int dwPreferredProtocols) PcscCommand<PcscResult<SCardHandle>>
override
control(int hCard, int dwControlCode, List<int> pbSendBuffer) PcscCommand<PcscResult<List<int>>>
override
disconnect(int hCard, int dwDisposition) PcscCommand<SCardResult>
override
endTransaction(int hCard, int dwDisposition) PcscCommand<SCardResult>
override
establishContext(int dwScope) PcscCommand<PcscResult<SCardContext>>
override
getAttrib(int hCard, int dwAttrId) PcscCommand<PcscResult<List<int>>>
override
getStatusChange(int hContext, int dwTimeout, List<SCardReaderState> states) PcscCommand<PcscResult<List<SCardReaderState>>>
override
isValidContext(int hContext) PcscCommand<SCardResult>
override
listReaderGroups(int hContext) PcscCommand<PcscResult<List<String>>>
override
listReaders(int hContext) PcscCommand<PcscResult<List<String>>>
override
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>>
override
releaseContext(int hContext) PcscCommand<SCardResult>
override
setAttrib(int hCard, int dwAttrId, List<int> pbAttr) PcscCommand<SCardResult>
override
status(int hCard) PcscCommand<PcscResult<SCardStatus>>
override
toString() String
A string representation of this object.
inherited
transmit(int hCard, int pioSendPci, List<int> pbSendBuffer) PcscCommand<PcscResult<List<int>>>
override

Operators

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