FeliCaIos class final

Provides access to FeliCa operations for iOS.

Acquire an instance using from(NfcTag).

Properties

currentIDm Uint8List
final
currentSystemCode Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
polling({required Uint8List systemCode, required FeliCaPollingRequestCodeIos requestCode, required FeliCaPollingTimeSlotIos timeSlot}) Future<FeliCaPollingResponseIos>
readWithoutEncryption({required List<Uint8List> serviceCodeList, required List<Uint8List> blockList}) Future<FeliCaReadWithoutEncryptionResponseIos>
requestResponse() Future<int>
requestService({required List<Uint8List> nodeCodeList}) Future<List<Uint8List>>
requestServiceV2({required List<Uint8List> nodeCodeList}) Future<FeliCaRequestServiceV2ResponseIos>
requestSpecificationVersion() Future<FeliCaRequestSpecificationVersionResponseIos>
requestSystemCode() Future<List<Uint8List>>
resetMode() Future<FeliCaStatusFlagIos>
sendFeliCaCommand({required Uint8List commandPacket}) Future<Uint8List>
toString() String
A string representation of this object.
inherited
writeWithoutEncryption({required List<Uint8List> serviceCodeList, required List<Uint8List> blockList, required List<Uint8List> blockData}) Future<FeliCaStatusFlagIos>

Operators

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

Static Methods

from(NfcTag tag) FeliCaIos?
Creates an instance of this class for the given tag.