WebAPI/WebMobileConnection: Difference between revisions

Jump to navigation Jump to search
Line 44: Line 44:
      
      
     /**
     /**
     * Signal strength as defined by 3GPP TS 27.007 specification, section 8.5.
     * Signal strength, represented linearly as a number between 0 (weakest signal) and 1.0
    *
     * (full signal).
    * Possible values:
    *  0       -113 dBm or less
    *  1       -111 dBm
    *  2...30  -109 ... -53 dBm
    *  31      -51 dBm or greater
     *   null    if no signal strength (or signal) is available.
     */
     */
     readonly attribute short signalStrength?;
     readonly attribute float signalStrength?;
      
      
     /**
     /**
     * Signal strength expressed as number of "bars".
     * Signal strength in dBm, or null if no service is available.
    *
    * Possible values: 0 (weakest signal) to 4 (full signal).
     */
     */
     readonly attribute short bars?;
     readonly attribute short signalStrengthDbm?;
      
      
     /**
     /**
canmove, Confirmed users
725

edits

Navigation menu