FeliCaIOS class final
The class providing access to FeliCa operations for iOS.
Acquire an instance using from(NfcTag).
Properties
- currentIDm → Uint8List
-
DOC:
final
- currentSystemCode → Uint8List
-
DOC:
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> - DOC:
-
readWithoutEncryption(
{required List< Uint8List> serviceCodeList, required List<Uint8List> blockList}) → Future<FeliCaReadWithoutEncryptionResponseIOS> - DOC:
-
requestResponse(
) → Future< int> - DOC:
-
requestService(
{required List< Uint8List> nodeCodeList}) → Future<List< Uint8List> > - DOC:
-
requestServiceV2(
{required List< Uint8List> nodeCodeList}) → Future<FeliCaRequestServiceV2ResponseIOS> - DOC:
-
requestSpecificationVersion(
) → Future< FeliCaRequestSpecificationVersionResponseIOS> - DOC:
-
requestSystemCode(
) → Future< List< Uint8List> > - DOC:
-
resetMode(
) → Future< FeliCaStatusFlagIOS> - DOC:
-
sendFeliCaCommand(
{required Uint8List commandPacket}) → Future< Uint8List> - DOC:
-
toString(
) → String -
A string representation of this object.
inherited
-
writeWithoutEncryption(
{required List< Uint8List> serviceCodeList, required List<Uint8List> blockList, required List<Uint8List> blockData}) → Future<FeliCaStatusFlagIOS> - DOC:
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited