Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RocosTelemetryMessage

Hierarchy

  • RocosTelemetryMessage

Implements

Index

Properties

callsign

callsign: string

createdAt

createdAt: Date

payload

payload: any

projectId

projectId: string

receivedAt

receivedAt: Date

Optional seq

seq: number

source

source: string

subId

subId: string

Optional subscriberId

subscriberId: string

type

type: "json" | "string" | "none" | "raw"

Methods

getPayloadAsJSON

  • getPayloadAsJSON(): any

getPayloadAsString

  • getPayloadAsString(): string

getPayloadByType

  • getPayloadByType(): any

Static fromTelemetryMessage

Static getPayloadAsJSONStatic

  • getPayloadAsJSONStatic(payload: Uint8Array | any): any

Static getPayloadByTypeStatic

  • getPayloadByTypeStatic(type: string, payload: Uint8Array | any): any

Static getRocosTelemetryMessage

Generated using TypeDoc