java.lang.Object | |
↳ | com.htc.net.FourG.FourGInfo |
![]() |
![]() |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FourGInfo.LINK_STATE_DETAIL | |||||||||||
FourGInfo.LINK_STATE_REASON |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | LINK_SPEED_UNITS |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
txPower |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
clear current data
| |||||||||||
Returns the 4G technology specific subclass of FourGBaseStationInfo -specific information
for the serving Base Station to which the MS is currently connected.
| |||||||||||
Returns the 4G enabled state.
| |||||||||||
Returns Base station id current serving base station.
| |||||||||||
Returns the CINR of the current serving base station.
| |||||||||||
Map a supplicant state into a fine-grained network connectivty state.
| |||||||||||
Returns IP address
| |||||||||||
Returns IP address as 4 bytes of binary,
e.g.
| |||||||||||
Returns the current link speed in LINK_SPEED_UNITS.
| |||||||||||
Returns the detailed state of the link.
| |||||||||||
Returns the detailed reason for the failure of the link.
| |||||||||||
Return 4G radio Mac Address, same string format as WifiManager.getMacAddress()
| |||||||||||
Returns internal 4G Manager's network identifier.
| |||||||||||
Returns the received signal strength indicator of the current serving base station.
| |||||||||||
Returns the detailed state of the supplicant's negotiation with an access point,
in the form of a FourGSupplicant object.
| |||||||||||
Returns the average transmit power for the last burst transmitted by the device.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the 4G technology specific subclass of FourGBaseStationInfo -specific information for the serving Base Station to which the MS is currently connected.
Returns the 4G enabled state. The same information is provided by FourGManager.get4GState().
Returns Base station id current serving base station. Format is a string of hexadecimal - no space, no "0x" or any prefix.
Returns the CINR of the current serving base station. Implementation returns the mean CINR measured by the User Equipment. range from 0x00 to 0x3F, where -10dB is encoded as 0x00 and 53dB encoded as 0x3F with 1dB increments
Map a supplicant state into a fine-grained network connectivty state.
Returns IP address as 4 bytes of binary, e.g. 65.5.12.126 is 0x41050C7E.
Returns the current link speed in LINK_SPEED_UNITS.
Returns the detailed state of the link. Only available if the class instance is for the service BS or for a BS to which a connection failed.
Returns the detailed reason for the failure of the link. Only available if the class instance is for the serving BS or for a BS to which a connection failed.
Return 4G radio Mac Address, same string format as WifiManager.getMacAddress()
Returns internal 4G Manager's network identifier. Each configured network has a unique small integer ID, used to identify the network when performing operations on the supplicant.
Returns the received signal strength indicator of the current serving base station. This method returns the mean RSSI measured by the User Equipment. range from 0x00 to 0x53, where -123dB is encoded as 0x00 and -40dB encoded as 0x53 with 1dB increments
Returns the detailed state of the supplicant's negotiation with an access point, in the form of a FourGSupplicant object.
Returns the average transmit power for the last burst transmitted by the device. the values range from 0x00 to 0xFF, where -84dBm is encoded as 0x00 and 43.5dBm is encoded as 0xFF with 0.5dBm increment