Gjsify LogoGjsify Logo

A UUID as defined in MBIM.

record

Hierarchy

  • Uuid

Index

Constructors

Properties

a: Uint8Array
b: Uint8Array
c: Uint8Array
d: Uint8Array
e: Uint8Array
name: string

Methods

  • cmp(b: Uuid): boolean
  • get_printable(): string
  • from_printable(str: string, uuid: Uuid): boolean
  • Fills in uuid from the printable representation give in str.

    Only ccepts str written with dashes separating items, e.g.: a289cc33-bcbb-8b4f-b6b0-133ec2aae6df

    Parameters

    • str: string

      a MBIM UUID.

    • uuid: Uuid

      pointer to the target #MbimUuid.

    Returns boolean

  • Get the UUID corresponding to service.

    The service needs to be either a generic one (including #MBIM_SERVICE_INVALID) or a custom registered one.

    Parameters

    Returns Uuid

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