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<ConnectResult>
override
control(int hCard, int dwControlCode, List<int> pbSendBuffer) PcscCommand<ControlResult>
override
disconnect(int hCard, int dwDisposition) PcscCommand<SCardResult>
override
endTransaction(int hCard, int dwDisposition) PcscCommand<SCardResult>
override
establishContext(int dwScope) PcscCommand<EstablishContextResult>
override
getAttrib(int hCard, int dwAttrId) PcscCommand<GetAttribResult>
override
getStatusChange(int hContext, int dwTimeout, List<SCardReaderState> states) PcscCommand<GetStatusChangeResult>
override
isValidContext(int hContext) PcscCommand<SCardResult>
override
listReaderGroups(int hContext) PcscCommand<ListReaderGroupsResult>
override
listReaders(int hContext) PcscCommand<ListReadersResult>
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<ReconnectResult>
override
releaseContext(int hContext) PcscCommand<SCardResult>
override
setAttrib(int hCard, int dwAttrId, List<int> pbAttr) PcscCommand<SCardResult>
override
status(int hCard) PcscCommand<StatusResult>
override
toString() String
A string representation of this object.
inherited
transmit(int hCard, int pioSendPci, List<int> pbSendBuffer) PcscCommand<TransmitResult>
override

Operators

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