Options
All
  • Public
  • Public/Protected
  • All
Menu

Reply With Custom Value

Sent in response to a CustomValueRead or CustomValuesReadAll

see

4.10.3 Reply With Custom Value (CR)

Hierarchy

Implements

Index

Constructors

constructor

Properties

Optional Readonly checksum

checksum: undefined | string

Readonly data

data: string = ""

Optional Readonly expectedChecksum

expectedChecksum: undefined | string

Optional Readonly expectedPacketLength

expectedPacketLength: undefined | string

Readonly isChecksumValid

isChecksumValid: boolean = false

Readonly isPacketLengthValid

isPacketLengthValid: boolean = false

Readonly isWellFormed

isWellFormed: boolean = false

Optional Readonly messageType

messageType: undefined | string

Optional Readonly packetLength

packetLength: undefined | string

Readonly raw

raw: string

Optional Readonly reserved

reserved: undefined | string

Optional Readonly subMessageType

subMessageType: undefined | string

Optional Readonly terminator

terminator: undefined | string

Readonly valueNumber

valueNumber: number

If only a single value was returned, this will be the value's number and values will contains a single value. If all values were returned, this will be 0 and values will contain all 20 custom values.

Readonly values

values: CustomValue[]

Static Readonly COMMAND

COMMAND: "CR" = "CR"

Accessors

command

  • get command(): string | null

Methods

getCustomValue

Static decodeCustomValue

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property
  • Static method

Generated using TypeDoc