hceSupportsAidPrefixRegistration method

  1. @override
Future<bool> hceSupportsAidPrefixRegistration()

Whether the controller can route an AID prefix at all. Registering a prefix on hardware that cannot simply fails, with nothing to distinguish it from a bad AID.

Implementation

@override
Future<bool> hceSupportsAidPrefixRegistration() async => false;