Home Reference Source Test Repository
public class | source

ResponseResult

Extends:

Result → ResponseResult

A response, either success or an error, from a command.

Constructor Summary

Public Constructor
public

Creates a ResponseResult.

Member Summary

Public Members
public

Human-readable short name of this response.

Inherited Summary

From class Result
public get

Hexadecimal representation of instruction code.

public

Decimal representation of instruction code.

Public Constructors

public constructor(code: number) source

Creates a ResponseResult.

Override:

Result#constructor

Params:

NameTypeAttributeDescription
code number

Decimal instruction code

Public Members

public name: string source

Human-readable short name of this response.