Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessagePdcLoadConfigInput

Index

Constructors

Properties

name: string

Methods

  • get_token(): [boolean, number]
  • set_config_chunk(value_config_chunk_type: PdcConfigurationType, value_config_chunk_id: Uint8Array, value_config_chunk_total_size: number, value_config_chunk_chunk: Uint8Array): boolean
  • Set the 'Config Chunk' field in the message.

    Parameters

    • value_config_chunk_type: PdcConfigurationType

      a #QmiPdcConfigurationType.

    • value_config_chunk_id: Uint8Array

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

    • value_config_chunk_total_size: number

      a #guint32.

    • value_config_chunk_chunk: Uint8Array

      a #GArray of #guint8 elements. A new reference to value_config_chunk_chunk 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_token(value_token: number): 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