Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageWmsRawSendInput

Index

Constructors

Properties

name: string

Methods

  • get_cdma_follow_on_dc(): [boolean, boolean]
  • get_gsm_wcdma_link_timer(): [boolean, number]
  • get_sms_on_ims(): [boolean, boolean]
  • set_cdma_follow_on_dc(value_cdma_follow_on_dc_follow: boolean): boolean
  • Set the 'CDMA Follow On DC' field in the message.

    Parameters

    • value_cdma_follow_on_dc_follow: boolean

      a #gboolean.

    Returns boolean

  • set_cdma_force_on_dc(value_cdma_force_on_dc_force: boolean, value_cdma_force_on_dc_service_option: WmsCdmaServiceOption): boolean
  • Set the 'CDMA Force On DC' field in the message.

    Parameters

    • value_cdma_force_on_dc_force: boolean

      a #gboolean.

    • value_cdma_force_on_dc_service_option: WmsCdmaServiceOption

      a #QmiWmsCdmaServiceOption.

    Returns boolean

  • set_gsm_wcdma_link_timer(value_gsm_wcdma_link_timer: number): boolean
  • Set the 'GSM WCDMA Link Timer' field in the message.

    Parameters

    • value_gsm_wcdma_link_timer: number

      a #guint8.

    Returns boolean

  • set_raw_message_data(value_raw_message_data_format: WmsMessageFormat, value_raw_message_data_raw_data: Uint8Array): boolean
  • Set the 'Raw Message Data' field in the message.

    Parameters

    • value_raw_message_data_format: WmsMessageFormat

      a #QmiWmsMessageFormat.

    • value_raw_message_data_raw_data: Uint8Array

      a #GArray of #guint8 elements. A new reference to value_raw_message_data_raw_data will be taken, so the caller must make sure the array was created with the correct #GDestroyNotify as clear function for each element in the array.

    Returns boolean

  • set_sms_on_ims(value_sms_on_ims: boolean): boolean
  • Set the 'SMS on IMS' field in the message.

    Parameters

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