java.lang.Object | ||
↳ | com.htc.net.FourG.FourGBaseStationInfo | |
↳ | com.htc.net.wimax.Wimax4GBaseStationInfo |
![]() |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
dlModulation | |||||||||||
napId | |||||||||||
preamble | |||||||||||
realm | |||||||||||
ulModulation |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
clear current data
| |||||||||||
return ASN Gateway Id being used.
| |||||||||||
Return the current BS-to-MS modulation in use.
| |||||||||||
Returns the NAP ID, if this class instance is describing the connected,
serving BS, where NAP stands for Network Access Provider, which is an
organization providing Layer 2 connectivity to the NSP (Network Service
Provider) domain.
| |||||||||||
Returns the preamlbe received
Vaild only if the class instance is describing the serving / connected BS.
| |||||||||||
Returns the security realm that is being used.
| |||||||||||
Return the current MS-to-BS modulation in use.
| |||||||||||
Returns 3 bytes in the lower 3 bytes of the int, where the 3 bytes are 3 bytes
received from the Base Station in 802.16 TLV 144.
| |||||||||||
Returns the variable length data received from the Base Station in 802.16 TLV 143.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
return ASN Gateway Id being used. Only available if the class instance is for the serving BS; call isConnected() to determine. Vaild only if the class instance is describing the serving / connected BS, otherwise an empty string is returned.
Return the current BS-to-MS modulation in use. Valid only if the class instance is describing the serving/connected BS. If not connected as serving BS, -1 shall be returned
Returns the NAP ID, if this class instance is describing the connected, serving BS, where NAP stands for Network Access Provider, which is an organization providing Layer 2 connectivity to the NSP (Network Service Provider) domain. An example of a NSP would be a WiMAX ASN (Access Service Network) operator, with the NSP being the CSN (Connectivity Service Network). Vaild only if the class instance is describing the serving / connected BS. If not connected as serving BS, Long.MIN_VALUE shall be returned.
Returns the preamlbe received Vaild only if the class instance is describing the serving / connected BS. If not connected as serving BS, Long.MIN_VALUE shall be returned.
Returns the security realm that is being used. Vaild only if the class instance is describing the serving / connected BS. If not connected as serving BS, empty string shall be returned.
Return the current MS-to-BS modulation in use. Valid only if the class instance is describing the serving/connected BS. If not connected as serving BS, -1 shall be returned
Returns 3 bytes in the lower 3 bytes of the int, where the 3 bytes are 3 bytes received from the Base Station in 802.16 TLV 144. The most significant byte shall be 0 if this data is available. If this data is not available, Integer.MIN_VALUE shall be returned.
Returns the variable length data received from the Base Station in 802.16 TLV 143. If this data is not available then a zero size array is returned.