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

  • getAlwaysSendPlmnName(): [boolean, boolean]
  • Get the 'Always Send PLMN Name' field from self.

    Returns [boolean, boolean]

  • getCsgId(): [boolean, number]
  • getMncPcsDigitIncludeStatus(): [boolean, boolean]
  • Get the 'MNC PCS Digit Include Status' field from self.

    Returns [boolean, boolean]

  • getPlmn(): [boolean, number, number]
  • Get the 'PLMN' field from self.

    Returns [boolean, number, number]

  • getSendAllInformation(): [boolean, boolean]
  • Get the 'Send All Information' field from self.

    Returns [boolean, boolean]

  • getSuppressSimError(): [boolean, boolean]
  • Get the 'Suppress SIM Error' field from self.

    Returns [boolean, boolean]

  • getUseStaticTableOnly(): [boolean, boolean]
  • Get the 'Use Static Table Only' field from self.

    Returns [boolean, boolean]

  • setAlwaysSendPlmnName(valueAlwaysSendPlmnName: boolean): boolean
  • Set the 'Always Send PLMN Name' field in the message.

    Parameters

    • valueAlwaysSendPlmnName: boolean

      a #gboolean.

    Returns boolean

  • setCsgId(valueCsgId: number): boolean
  • Set the 'CSG ID' field in the message.

    Parameters

    • valueCsgId: number

      a #guint32.

    Returns boolean

  • setMncPcsDigitIncludeStatus(valueMncPcsDigitIncludeStatus: boolean): boolean
  • Set the 'MNC PCS Digit Include Status' field in the message.

    Parameters

    • valueMncPcsDigitIncludeStatus: boolean

      a #gboolean.

    Returns boolean

  • setPlmn(valuePlmnMcc: number, valuePlmnMnc: number): boolean
  • Set the 'PLMN' field in the message.

    Parameters

    • valuePlmnMcc: number

      a #guint16.

    • valuePlmnMnc: number

      a #guint16.

    Returns boolean

  • Set the 'Radio Access Technology' field in the message.

    Parameters

    Returns boolean

  • setSendAllInformation(valueSendAllInformation: boolean): boolean
  • Set the 'Send All Information' field in the message.

    Parameters

    • valueSendAllInformation: boolean

      a #gboolean.

    Returns boolean

  • setSuppressSimError(valueSuppressSimError: boolean): boolean
  • Set the 'Suppress SIM Error' field in the message.

    Parameters

    • valueSuppressSimError: boolean

      a #gboolean.

    Returns boolean

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

    Parameters

    • valueUseStaticTableOnly: 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