Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandString

Hierarchy

  • CommandString

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new CommandString(command: string, encode?: number | null, decode?: number | null): CommandString
  • Parameters

    • command: string
    • Default value encode: number | null = null
    • Default value decode: number | null = null

    Returns CommandString

Properties

Private Readonly command

command: string

Private Readonly decode

decode: number | null

Private Readonly encode

encode: number | null

Methods

toStep

  • toStep(): Object

Generated using TypeDoc