Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopicResult<V>

Type parameters

  • V

Hierarchy

  • TopicResult

Index

Methods

path

  • path(): string
  • Returns string

    the topic path

specification

  • Returns TopicSpecification

    the topic specification

type

  • Returns TopicType

    the topic type

value

  • value(): V
  • Returns V

    the topic value or undefined if none available

valueCount

  • valueCount(): number
  • Returns number

    the value count

valueSize

  • valueSize(): number
  • Returns number

    the value size

valueTotalSize

  • valueTotalSize(): Long
  • Returns Long