Gjsify LogoGjsify Logo

Class MessageUimChangeProvisioningSessionInput

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

record

Hierarchy

  • MessageUimChangeProvisioningSessionInput

Index

Constructors

Properties

name: string

Methods

  • get_application_information(): [boolean, number, Uint8Array]
  • set_application_information(value_application_information_slot: number, value_application_information_application_identifier: Uint8Array): boolean
  • Set the 'Application Information' field in the message.

    Parameters

    • value_application_information_slot: number

      a #guint8.

    • value_application_information_application_identifier: Uint8Array

      a #GArray of #guint8 elements. A new reference to value_application_information_application_identifier 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_session_change(value_session_change_session_type: UimSessionType, value_session_change_activate: boolean): boolean
  • Set the 'Session Change' field in the message.

    Parameters

    • value_session_change_session_type: UimSessionType

      a #QmiUimSessionType.

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