Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmergencyMessageType

These are the official message types defined in ETSI TS 103 698

Hierarchy

  • EmergencyMessageType

Index

Constructors

constructor

Properties

Static HEARTBEAT

HEARTBEAT: number = ...

Static INACTIVE

INACTIVE: number = ...

Static IN_CHAT

IN_CHAT: number = ...

Static REDIRECT

REDIRECT: number = ...

Static START

START: number = ...

Static STOP

STOP: number = ...

Static TRANSFER

TRANSFER: number = ...

Static UNKNOWN

UNKNOWN: number = ...

Methods

Static isHeartbeat

  • isHeartbeat(bitmask: number): boolean

Static isInterrupted

  • isInterrupted(bitmask: number): boolean
  • Returns true, if conversation is in one of the following states \

    • STOPPED
    • UNKNOWN
    • TRANSFER
    • REDIRECT
    • INACTIVE

    Parameters

    • bitmask: number

      ETSI TS 103 698 message type bitmask

    Returns boolean

Static isStarted

  • isStarted(bitmask: number): boolean

Static isStopped

  • isStopped(bitmask: number): boolean

Generated using TypeDoc