iso15693CustomCommandWithConfiguration method

  1. @override
Future<Uint8List> iso15693CustomCommandWithConfiguration(
  1. String handle,
  2. int manufacturerCode,
  3. int customCommandCode,
  4. Uint8List customRequestParameters,
  5. Iso15693CommandConfigurationPigeon configuration,
)

Custom command with a retry configuration. manufacturerCode is the 8-bit IC manufacturer code CoreNFC puts in the frame.

Implementation

@override
Future<Uint8List> iso15693CustomCommandWithConfiguration(
  String handle,
  int manufacturerCode,
  int customCommandCode,
  Uint8List customRequestParameters,
  Iso15693CommandConfigurationPigeon configuration,
) async => Uint8List(0);