Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PidfLo

Index

Constructors

constructor

  • Parameters

    • Optional _entity: string

    Returns <internal>.PidfLo

Properties

equals

equals: (pidfLo: <internal>.PidfLo) => boolean

Type declaration

locationTypes

locationTypes: LocationType[]

toXML

toXML: () => <internal>.XMLDocument

Type declaration

toXMLString

toXMLString: () => string

Type declaration

    • (): string
    • Returns string

Static fromSimpleLocation

fromSimpleLocation: (location: SimpleLocation, originSipUri?: string) => undefined | <internal>.PidfLo

Type declaration

Static fromXML

fromXML: (xml: string) => undefined | <internal>.PidfLo

Type declaration

Accessors

entity

  • get entity(): undefined | string
  • set entity(value: undefined | string): void

simple

  • Retrieve a SimpleLocation object for easy interaction with PidfLo locations
    Keep in mind that this might not necessarily represent all information that's available in PidfLo!

    Returns undefined | SimpleLocation

Generated using TypeDoc