SasPortalDevice class
Constructors
-
SasPortalDevice({SasPortalDeviceConfig? activeConfig, List<
SasPortalChannelWithScore> ? currentChannels, SasPortalDeviceMetadata? deviceMetadata, String? displayName, String? fccId, List<SasPortalFrequencyRange> ? grantRangeAllowlists, List<SasPortalDeviceGrant> ? grants, String? name, SasPortalDeviceConfig? preloadedConfig, String? serialNumber, String? state}) - SasPortalDevice.fromJson(Map json_)
Properties
- activeConfig ↔ SasPortalDeviceConfig?
-
Current configuration of the device as registered to the SAS.
getter/setter pair
-
currentChannels
↔ List<
SasPortalChannelWithScore> ? -
Current channels with scores.
getter/setter pair
- deviceMetadata ↔ SasPortalDeviceMetadata?
-
Device parameters that can be overridden by both SAS Portal and SAS
registration requests.
getter/setter pair
- displayName ↔ String?
-
Device display name.
getter/setter pair
- fccId ↔ String?
-
The FCC identifier of the device.
getter/setter pair
-
grantRangeAllowlists
↔ List<
SasPortalFrequencyRange> ? -
Only ranges that are within the allowlists are available for new grants.
getter/setter pair
-
grants
↔ List<
SasPortalDeviceGrant> ? -
Grants held by the device.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource path name.
getter/setter pair
- preloadedConfig ↔ SasPortalDeviceConfig?
-
Configuration of the device, as specified via SAS Portal API.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber ↔ String?
-
A serial number assigned to the device by the device manufacturer.
getter/setter pair
- state ↔ String?
-
Device state.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited