hceRegisterPollingLoopPatternFilter method

  1. @override
Future<bool> hceRegisterPollingLoopPatternFilter(
  1. String pattern,
  2. bool autoTransact
)

As hceRegisterPollingLoopFilter, but pattern is a regular expression matched against the frame's hex.

Implementation

@override
Future<bool> hceRegisterPollingLoopPatternFilter(String pattern, bool autoTransact) async => false;