ClosedSubscriberGroupInfo.HomeNodebName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns human-readable name of the closed subscriber group operating this cell (Node-B).
public string HomeNodebName { [Android.Runtime.Register("getHomeNodebName", "()Ljava/lang/String;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getHomeNodebName", "()Ljava/lang/String;", "", ApiSince=30)>]
member this.HomeNodebName : string
Property Value
the home Node-B name if available.
- Attributes
Remarks
Returns human-readable name of the closed subscriber group operating this cell (Node-B).
Refer to "hnb-Name" in TS 36.331 section 6.2.2 SystemInformationBlockType9. Also refer to "HNB Name" in 3GPP TS25.331 section 10.2.48.8.23 and TS 23.003 section 4.8.
Java documentation for android.telephony.ClosedSubscriberGroupInfo.getHomeNodebName()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.