category property

String? category
getter/setter pair

FCC category of the device. Possible string values are:

  • "DEVICE_CATEGORY_UNSPECIFIED" : Unspecified device category.
  • "DEVICE_CATEGORY_A" : Category A.
  • "DEVICE_CATEGORY_B" : Category B.

Implementation

core.String? category;