Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageWdaSetDataFormatInput

Index

Constructors

Properties

name: string

Methods

  • get_downlink_data_aggregation_max_datagrams(): [boolean, number]
  • get_downlink_data_aggregation_max_size(): [boolean, number]
  • get_ndp_signature(): [boolean, number]
  • get_qos_format(): [boolean, boolean]
  • set_downlink_data_aggregation_max_datagrams(value_downlink_data_aggregation_max_datagrams: number): boolean
  • Set the 'Downlink Data Aggregation Max Datagrams' field in the message.

    Parameters

    • value_downlink_data_aggregation_max_datagrams: number

      a #guint32.

    Returns boolean

  • set_downlink_data_aggregation_max_size(value_downlink_data_aggregation_max_size: number): boolean
  • Set the 'Downlink Data Aggregation Max Size' field in the message.

    Parameters

    • value_downlink_data_aggregation_max_size: number

      a #guint32.

    Returns boolean

  • set_endpoint_info(value_endpoint_info_endpoint_type: DataEndpointType, value_endpoint_info_interface_number: number): boolean
  • Set the 'Endpoint Info' field in the message.

    Parameters

    • value_endpoint_info_endpoint_type: DataEndpointType

      a #QmiDataEndpointType.

    • value_endpoint_info_interface_number: number

      a #guint32.

    Returns boolean

  • set_ndp_signature(value_ndp_signature: number): boolean
  • Set the 'NDP Signature' field in the message.

    Parameters

    • value_ndp_signature: number

      a #guint32.

    Returns boolean

  • set_qos_format(value_qos_format: boolean): boolean
  • Set the 'QoS Format' field in the message.

    Parameters

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