Gjsify LogoGjsify Logo

Hierarchy

  • TCTfilter

Index

Constructors

  • new TCTfilter(kind: string, parent: number): TCTfilter
  • Creates a new #NMTCTfilter object.

    Parameters

    • kind: string

      name of the queueing discipline

    • parent: number

      the parent queueing discipline

    Returns TCTfilter

Properties

name: string

Methods

  • Determines if two #NMTCTfilter objects contain the same kind, family, handle, parent and info.

    Parameters

    • other: TCTfilter

      the #NMTCTfilter to compare tfilter to.

    Returns boolean

  • get_handle(): number
  • get_kind(): string
  • get_parent(): number
  • ref(): void
  • set_handle(handle: number): void
  • Sets the queueing discipline handle.

    Parameters

    • handle: number

      the queueing discipline handle

    Returns void

  • unref(): void
  • Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.

    Returns void

  • Creates a new #NMTCTfilter object.

    Parameters

    • kind: string

      name of the queueing discipline

    • parent: number

      the parent queueing discipline

    Returns TCTfilter

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