Represents (public) setup parameters of different protocols. Different setup parameters can be wrapped in this and then a reference to this is passed to the Statement. This is helpful when the same setup parameter needs to be passed to several Statements as it avoids the need of having several copies of the setup parameter.

Hierarchy (view full)

Constructors

Properties

value: Uint8Array

Accessors

  • get bytes(): Uint8Array
  • Return the wrapped bytearray

    Returns Uint8Array

  • get hex(): string
  • Return the hex representation of the wrapped bytearray

    Returns string

  • get length(): number
  • Return the length of the wrapped bytearray

    Returns number

Methods