hceRegisterPollingLoopFilter method

  1. @override
Future<bool> hceRegisterPollingLoopFilter(
  1. String filter,
  2. bool autoTransact
)

Delivers polling frames whose bytes are exactly filter, as uppercase hex.

With autoTransact the platform leaves observe mode by itself on a match, so the exchange that follows is answered rather than merely watched.

Implementation

@override
Future<bool> hceRegisterPollingLoopFilter(String filter, bool autoTransact) async => false;