Module Values.SupportedRfRegionSource

Sourcetype nonrec t =
  1. | EU868
  2. | US915
  3. | AU915
  4. | AS923_1
  5. | AS923_2
  6. | AS923_3
  7. | AS923_4
  8. | EU433
  9. | CN470
  10. | CN779
  11. | RU864
  12. | KR920
  13. | IN865
  14. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t