Gjsify LogoGjsify Logo

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

record

Hierarchy

  • MessageDmsSetServiceProgrammingCodeInput

Index

Constructors

Properties

name: string

Methods

  • getCurrentCode(): [boolean, string]
  • Get the 'Current Code' field from self.

    Returns [boolean, string]

  • getNewCode(): [boolean, string]
  • Get the 'New Code' field from self.

    Returns [boolean, string]

  • setCurrentCode(valueCurrentCode: string): boolean
  • Set the 'Current Code' field in the message.

    Parameters

    • valueCurrentCode: string

      a constant string of exactly 6 characters.

    Returns boolean

  • setNewCode(valueNewCode: string): boolean
  • Set the 'New Code' field in the message.

    Parameters

    • valueNewCode: string

      a constant string of exactly 6 characters.

    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