Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageUimReadTransparentInput

Index

Constructors

Properties

name: string

Methods

  • getEncryptData(): [boolean, boolean]
  • Get the 'Encrypt Data' field from self.

    Returns [boolean, boolean]

  • getFile(): [boolean, number, Uint8Array]
  • Get the 'File' field from self.

    Returns [boolean, number, Uint8Array]

  • getReadInformation(): [boolean, number, number]
  • Get the 'Read Information' field from self.

    Returns [boolean, number, number]

  • getResponseInIndicationToken(): [boolean, number]
  • Get the 'Response In Indication Token' field from self.

    Returns [boolean, number]

  • setEncryptData(valueEncryptData: boolean): boolean
  • Set the 'Encrypt Data' field in the message.

    Parameters

    • valueEncryptData: boolean

      a #gboolean.

    Returns boolean

  • setFile(valueFileFileId: number, valueFileFilePath: Uint8Array): boolean
  • Set the 'File' field in the message.

    Parameters

    • valueFileFileId: number

      a #guint16.

    • valueFileFilePath: Uint8Array

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

  • setReadInformation(valueReadInformationOffset: number, valueReadInformationLength: number): boolean
  • Set the 'Read Information' field in the message.

    Parameters

    • valueReadInformationOffset: number

      a #guint16.

    • valueReadInformationLength: number

      a #guint16.

    Returns boolean

  • setResponseInIndicationToken(valueResponseInIndicationToken: number): boolean
  • Set the 'Response In Indication Token' field in the message.

    Parameters

    • valueResponseInIndicationToken: number

      a #guint32.

    Returns boolean

  • setSession(valueSessionSessionType: UimSessionType, valueSessionApplicationIdentifier: Uint8Array): boolean
  • Set the 'Session' field in the message.

    Parameters

    • valueSessionSessionType: UimSessionType

      a #QmiUimSessionType.

    • valueSessionApplicationIdentifier: Uint8Array

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

  • 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