iso15693SendRequest method

  1. @override
Future<Iso15693ResponsePigeon> iso15693SendRequest(
  1. String handle,
  2. int flags,
  3. int commandCode,
  4. Uint8List? data,
)

The general ISO 15693-3 request: request flag, command code, optional data.

The whole frame must stay within 256 bytes.

Implementation

@override
Future<Iso15693ResponsePigeon> iso15693SendRequest(
  String handle,
  int flags,
  int commandCode,
  Uint8List? data,
) async => _response();