state property

String? state
getter/setter pair

State of the grant. Possible string values are:

  • "GRANT_STATE_UNSPECIFIED"
  • "GRANT_STATE_GRANTED" : The grant has been granted but the device is not heartbeating on it.
  • "GRANT_STATE_TERMINATED" : The grant has been terminated by the SAS.
  • "GRANT_STATE_SUSPENDED" : The grant has been suspended by the SAS.
  • "GRANT_STATE_AUTHORIZED" : The device is currently transmitting.
  • "GRANT_STATE_EXPIRED" : The grant has expired.

Implementation

core.String? state;