Skip to content

Home > resol-vbus-core > TelegramConstructorOptions

TelegramConstructorOptions interface

The options passed to the constructor of Telegram.

Signature:

typescript
export interface TelegramConstructorOptions extends HeaderConstructorOptions

Extends: HeaderConstructorOptions

Properties

Property

Modifiers

Type

Description

command?

number

(Optional) The command (including the frame count).

frameData?

Uint8Array

(Optional) The frame data.

takeFrameData?

boolean

(Optional) Set to true to transfer ownership of frameData instead of copying it.