RF region
RF region resource for regional frequency and regulatory settings.
SyncRFRegions
SyncRFRegions(client: SyncClient)
Bases: BaseResource['SyncClient']
RF regions resource for LoRa frequency bands.
Methods:
-
get_all–List all RF regions.
get_all
get_all() -> list[RFRegionInstance]
List all RF regions.
Returns:
-
list[RFRegionInstance]–list[RFRegionInstance]: List of all RF region instances.
AsyncRFRegions
AsyncRFRegions(client: AsyncClient)
Bases: BaseResource['AsyncClient']
Async RF regions resource for LoRa frequency bands.
Methods:
-
get_all–List all RF regions.
get_all
async
get_all() -> list[RFRegionInstance]
List all RF regions.
Returns:
-
list[RFRegionInstance]–list[RFRegionInstance]: List of all RF region instances.
Request and response types: RF region models.