LinuxBindings class

Inheritance

Constructors

LinuxBindings()

Properties

hashCode int
The hash code for this object.
no setterinherited
isolateEntryPoint → void Function(SendPort)
Platform-specific isolate entry point
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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