Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Downlink

Hierarchy

Index

Constructors

constructor

Methods

body

  • body(): Value
  • body(body: AnyValue): this

close

  • close(): void

command

Protected Abstract copy

  • copy(context: DownlinkContext, owner: DownlinkOwner | undefined, hostUri: Uri, nodeUri: Uri, laneUri: Uri, prio: number, rate: number, body: Value, flags: number, observers: ReadonlyArray<DownlinkObserver> | null): this

didClose

didConnect

didDisconnect

didFail

didLink

didSync

didUnlink

hostUri

  • hostUri(): Uri
  • hostUri(hostUri: AnyUri): this

isAuthenticated

  • isAuthenticated(): boolean

isConnected

  • isConnected(): boolean

isLinked

  • isLinked(): boolean

isSynced

  • isSynced(): boolean

keepLinked

  • keepLinked(): boolean
  • keepLinked(keepLinked: boolean): this

keepSynced

  • keepSynced(): boolean
  • keepSynced(keepSynced: boolean): this

laneUri

  • laneUri(): Uri
  • laneUri(laneUri: AnyUri): this

nodeUri

  • nodeUri(): Uri
  • nodeUri(nodeUri: AnyUri): this

observe

onCommand

onEvent

Abstract open

  • open(): this

prio

  • prio(): number
  • prio(prio: number): this

rate

  • rate(): number
  • rate(rate: number): this

session

  • session(): Value

Abstract type

unobserve

  • unobserve(observer: unknown): this

willLink

willSync

willUnlink

Static initForm