PN532BaseProtocol class abstract

Implementers

Constructors

PN532BaseProtocol({int? resetPin, int? irqPin})

Properties

hashCode int
The hash code for this object.
no setterinherited
irqGpio GPIO?
final
pn532ReadyFunction PN532ReadyFunction
latefinal
resetGpio GPIO?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useIrq bool
latefinal

Methods

dispose() → void
getCorrectReadyFunction() PN532ReadyFunction
isReady(int attemptCount) bool
The implementation is protocol based. Just check if the PN532 is ready based on the used protocol (if an irqPin) was specified the PN532BaseProtocol will use the irqPin instead of this funciton!
isReadyUsingInterrupt() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readData(int length) List<int>
reset() → void
toString() String
A string representation of this object.
inherited
waitReady({int timeout = pn532StandardTimeout}) → void
wakeUp() → void
writeData(List<int> data) → void

Operators

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