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

  • getCdmaFollowOnDc(): [boolean, boolean]
  • Get the 'CDMA Follow On DC' field from self.

    Returns [boolean, boolean]

  • getGsmWcdmaLinkTimer(): [boolean, number]
  • Get the 'GSM WCDMA Link Timer' field from self.

    Returns [boolean, number]

  • getSmsOnIms(): [boolean, boolean]
  • Get the 'SMS on IMS' field from self.

    Returns [boolean, boolean]

  • setCdmaFollowOnDc(valueCdmaFollowOnDcFollow: boolean): boolean
  • Set the 'CDMA Follow On DC' field in the message.

    Parameters

    • valueCdmaFollowOnDcFollow: boolean

      a #gboolean.

    Returns boolean

  • setCdmaForceOnDc(valueCdmaForceOnDcForce: boolean, valueCdmaForceOnDcServiceOption: WmsCdmaServiceOption): boolean
  • Set the 'CDMA Force On DC' field in the message.

    Parameters

    • valueCdmaForceOnDcForce: boolean

      a #gboolean.

    • valueCdmaForceOnDcServiceOption: WmsCdmaServiceOption

      a #QmiWmsCdmaServiceOption.

    Returns boolean

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

    Parameters

    • valueGsmWcdmaLinkTimer: number

      a #guint8.

    Returns boolean

  • setRawMessageData(valueRawMessageDataFormat: WmsMessageFormat, valueRawMessageDataRawData: Uint8Array): boolean
  • Set the 'Raw Message Data' field in the message.

    Parameters

    • valueRawMessageDataFormat: WmsMessageFormat

      a #QmiWmsMessageFormat.

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

  • setSmsOnIms(valueSmsOnIms: boolean): boolean
  • Set the 'SMS on IMS' field in the message.

    Parameters

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