Gjsify LogoGjsify Logo

The #QmiMessageNasGetPlmnNameInput structure contains private data and should only be accessed using the provided API.

record

Hierarchy

  • MessageNasGetPlmnNameInput

Index

Constructors

Properties

name: string

Methods

  • get_always_send_plmn_name(): [boolean, boolean]
  • get_csg_id(): [boolean, number]
  • get_mnc_pcs_digit_include_status(): [boolean, boolean]
  • get_plmn(): [boolean, number, number]
  • get_send_all_information(): [boolean, boolean]
  • get_suppress_sim_error(): [boolean, boolean]
  • get_use_static_table_only(): [boolean, boolean]
  • set_always_send_plmn_name(value_always_send_plmn_name: boolean): boolean
  • Set the 'Always Send PLMN Name' field in the message.

    Parameters

    • value_always_send_plmn_name: boolean

      a #gboolean.

    Returns boolean

  • set_csg_id(value_csg_id: number): boolean
  • set_mnc_pcs_digit_include_status(value_mnc_pcs_digit_include_status: boolean): boolean
  • Set the 'MNC PCS Digit Include Status' field in the message.

    Parameters

    • value_mnc_pcs_digit_include_status: boolean

      a #gboolean.

    Returns boolean

  • set_plmn(value_plmn_mcc: number, value_plmn_mnc: number): boolean
  • Set the 'PLMN' field in the message.

    Parameters

    • value_plmn_mcc: number

      a #guint16.

    • value_plmn_mnc: number

      a #guint16.

    Returns boolean

  • set_radio_access_technology(value_radio_access_technology: NasRadioInterface): boolean
  • set_send_all_information(value_send_all_information: boolean): boolean
  • Set the 'Send All Information' field in the message.

    Parameters

    • value_send_all_information: boolean

      a #gboolean.

    Returns boolean

  • set_suppress_sim_error(value_suppress_sim_error: boolean): boolean
  • Set the 'Suppress SIM Error' field in the message.

    Parameters

    • value_suppress_sim_error: boolean

      a #gboolean.

    Returns boolean

  • set_use_static_table_only(value_use_static_table_only: boolean): boolean
  • Set the 'Use Static Table Only' field in the message.

    Parameters

    • value_use_static_table_only: boolean

      a #gboolean.

    Returns boolean

  • unref(): void
  • Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method