Options
All
  • Public
  • Public/Protected
  • All
Menu

Alarm Reporting Test

The Alarm Reporting Test string is sent every 15 minutes from the M1 as a keep alive message to the M1XEP Ethernet Module along with which IP address to test. All IP addresses are set into the M1XEP module.

see

4.4.3 Alarm Reporting Test (AT)

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 ipAddressNumber

ipAddressNumber: number

IP Address to test (1..8), identified by it's configured number/index (1-based).

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

Static Readonly COMMAND

COMMAND: "AT" = "AT"

Accessors

command

  • get command(): string | null

Legend

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

Generated using TypeDoc