Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageLocInjectPredictedOrbitsDataInput

Index

Constructors

Properties

name: string

Methods

  • getPartData(): [boolean, Uint8Array]
  • Get the 'Part Data' field from self.

    Returns [boolean, Uint8Array]

  • getPartNumber(): [boolean, number]
  • Get the 'Part Number' field from self.

    Returns [boolean, number]

  • getTotalParts(): [boolean, number]
  • Get the 'Total Parts' field from self.

    Returns [boolean, number]

  • getTotalSize(): [boolean, number]
  • Get the 'Total Size' field from self.

    Returns [boolean, number]

  • setPartData(valuePartData: Uint8Array): boolean
  • Set the 'Part Data' field in the message.

    Parameters

    • valuePartData: Uint8Array

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

  • setPartNumber(valuePartNumber: number): boolean
  • Set the 'Part Number' field in the message.

    Parameters

    • valuePartNumber: number

      a #guint16.

    Returns boolean

  • setTotalParts(valueTotalParts: number): boolean
  • Set the 'Total Parts' field in the message.

    Parameters

    • valueTotalParts: number

      a #guint16.

    Returns boolean

  • setTotalSize(valueTotalSize: number): boolean
  • Set the 'Total Size' field in the message.

    Parameters

    • valueTotalSize: number

      a #guint32.

    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