Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageDmsActivateManualInput

Index

Constructors

Properties

name: string

Methods

  • get_info(): [boolean, string, number, string, string]
  • get_mn_aaa_key(): [boolean, string]
  • get_mn_ha_key(): [boolean, string]
  • get_prl(): [boolean, number, number, Uint8Array]
  • set_info(value_info_service_programming_code: string, value_info_system_identification_number: number, value_info_mobile_directory_number: string, value_info_mobile_identification_number: string): boolean
  • Set the 'Info' field in the message.

    Parameters

    • value_info_service_programming_code: string

      a constant string of exactly 6 characters.

    • value_info_system_identification_number: number

      a #guint16.

    • value_info_mobile_directory_number: string

      a constant string with a maximum length of 15 characters.

    • value_info_mobile_identification_number: string

      a constant string with a maximum length of 15 characters.

    Returns boolean

  • set_mn_aaa_key(value_mn_aaa_key: string): boolean
  • Set the 'MN AAA key' field in the message.

    Parameters

    • value_mn_aaa_key: string

      a constant string with a maximum length of 16 characters.

    Returns boolean

  • set_mn_ha_key(value_mn_ha_key: string): boolean
  • Set the 'MN HA key' field in the message.

    Parameters

    • value_mn_ha_key: string

      a constant string with a maximum length of 16 characters.

    Returns boolean

  • set_prl(value_prl_prl_total_length: number, value_prl_prl_segment_sequence: number, value_prl_prl_segment: Uint8Array): boolean
  • Set the 'PRL' field in the message.

    Parameters

    • value_prl_prl_total_length: number

      a #guint16.

    • value_prl_prl_segment_sequence: number

      the sequence number.

    • value_prl_prl_segment: Uint8Array

      a #GArray of #guint8 elements. A new reference to value_prl_prl_segment 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

  • 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