Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageDpmOpenPortInput

Index

Constructors

Properties

name: string

Methods

  • Get the 'Control Ports' field from self.

    Version of qmi_message_dpm_open_port_input_get_control_ports() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

    Returns [boolean, MessageDpmOpenPortInputControlPortsElement[]]

  • Set the 'Control Ports' field in the message.

    Parameters

    • valueControlPortsPtr: MessageDpmOpenPortInputControlPortsElement[]

      array of #QmiMessageDpmOpenPortInputControlPortsElement elements. The contents of the given array will be copied, the #GPtrArray will not increase its reference count.

    Returns boolean

  • Set the 'Hardware Data Ports' field in the message.

    Parameters

    • valueHardwareDataPortsPtr: MessageDpmOpenPortInputHardwareDataPortsElement[]

      array of #QmiMessageDpmOpenPortInputHardwareDataPortsElement elements. The contents of the given array will be copied, the #GPtrArray will not increase its reference count.

    Returns boolean

  • Set the 'Software Data Ports' field in the message.

    Parameters

    • valueSoftwareDataPortsPtr: MessageDpmOpenPortInputSoftwareDataPortsElement[]

      array of #QmiMessageDpmOpenPortInputSoftwareDataPortsElement elements. The contents of the given array will be copied, the #GPtrArray will not increase its reference count.

    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