Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RegulatoryType

specifies the type of regulatory domain

Index

Enumeration members

COUNTRY = 0

the regulatory domain set is one that pertains to a specific country. When this is set you can count on the ISO / IEC 3166 alpha2 country code being valid.

CUSTOM_WORLD = 2

the regulatory domain set is a custom driver specific world regulatory domain. These do not apply system-wide and are only applicable to the individual devices which have requested them to be applied.

INTERSECTION = 3

the regulatory domain set is the product of an intersection between two regulatory domains -- the previously set regulatory domain on the system and the last accepted regulatory domain request to be processed.

WORLD = 1

the regulatory set domain is the world regulatory domain.

Generated using TypeDoc