Sic431XCore class

Constructors

Sic431XCore()

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

checkedSicUid(NfcTag tag) Future<bool>
checkPower(NfcTag tag) Future<bool>
clearFlag(NfcTag tag) Future<bool>
clearFlagCode(NfcTag tag, int data) Future<Uint8List>
compatibleWrite(NfcTag tag, int addr, Uint8List data) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readE2(NfcTag tag, int address) Future<Uint8List?>
readReg(NfcTag tag, int address) Future<Uint8List?>
rxUr(NfcTag tag) Future<Uint8List?>
sendCommand(NfcTag tag, Uint8List command) FutureOr<Uint8List?>
toString() String
A string representation of this object.
inherited
trXRu(NfcTag tag, int data, int responseTime) Future<Uint8List?>
trXRuBytes(NfcTag tag, Uint8List data, int responseTime) Future<Uint8List?>
txRu(NfcTag tag, Uint8List dataPayload) Future<Uint8List?>
writeAll(NfcTag tag, int address, Uint8List dataPayload) Future<bool>
writeBitReg(NfcTag tag, int address, int byte, int bit, int value) Future<bool>
writeBlankNdef(NfcTag tag) Future<bool?>
writeByteE2(NfcTag tag, int address, int byte, Uint8List payload) Future<bool?>
writeE2(NfcTag tag, int address, Uint8List payload) Future<bool?>
writeNdef(NfcTag tag, int prefix, String dataPayload) Future<bool>
writeReg(NfcTag tag, int address, int bit, int value) Future<bool>

Operators

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

Static Properties

instance Sic431XCore
no setter