Class: RakelState¶
domain/RakelState.RakelState
Constructors¶
constructor¶
new RakelState(msisdn, issi, gssi, isHealthy)
General information about the current Rakel radio state
Parameters¶
| Name | Type | Description | 
|---|---|---|
| 
 | 
 | The radio MSISDN | 
| 
 | 
 | The radio ISSI | 
| 
 | 
 | The radio GSSI | 
| 
 | 
 | flag for the health of the radio communication | 
Properties¶
gssi¶
gssi: string
The radio GSSI
isHealthy¶
isHealthy: boolean
flag for the health of the radio communication
issi¶
issi: string
The radio ISSI
msisdn¶
msisdn: string
The radio MSISDN
Methods¶
fromJSON¶
Static fromJSON(data): RakelState
Create from JSON
Parameters¶
| Name | Type | Description | 
|---|---|---|
| 
 | 
 | JSON object |