Options
All
  • Public
  • Public/Protected
  • All
Menu

Reply Real Time Clock Data

see

4.28.2 Reply Real Time Clock Data (RR)

Hierarchy

Implements

Index

Constructors

constructor

Properties

Optional Readonly checksum

checksum: undefined | string

Readonly data

data: string = ""

Readonly date

date: Date

A date object representing the control's realtime clock values.

Readonly dayOfMonth

dayOfMonth: number

Readonly dayOfWeek

dayOfWeek: DayOfWeek

Optional Readonly expectedChecksum

expectedChecksum: undefined | string

Optional Readonly expectedPacketLength

expectedPacketLength: undefined | string

Readonly hour

hour: number

Readonly is12hourClockMode

is12hourClockMode: boolean

True if the system is using 12-hour clock mode.

Readonly isChecksumValid

isChecksumValid: boolean = false

Readonly isDateModeDayFirst

isDateModeDayFirst: boolean

True if the date display mode is "dd/mm"; fale if it is "mm/dd"

Readonly isDst

isDst: boolean

True if daylight savings time is currently active; Otherwise, false.

Readonly isPacketLengthValid

isPacketLengthValid: boolean = false

Readonly isWellFormed

isWellFormed: boolean = false

Optional Readonly messageType

messageType: undefined | string

Readonly minutes

minutes: number

Readonly monthOfYear

monthOfYear: MonthOfYear

Optional Readonly packetLength

packetLength: undefined | string

Readonly raw

raw: string

Optional Readonly reserved

reserved: undefined | string

Readonly seconds

seconds: number

Optional Readonly subMessageType

subMessageType: undefined | string

Optional Readonly terminator

terminator: undefined | string

Readonly year

year: number

Static Readonly COMMAND

COMMAND: "RR" = "RR"

Accessors

command

  • get command(): string | null

Legend

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

Generated using TypeDoc