Skip to content

Home > resol-vbus-core-toolbox > EventBusEvents

EventBusEvents interface

Events that can be exchanged over the EventBus.

Signature:

typescript
export interface EventBusEvents

Properties

Property

Modifiers

Type

Description

datagram

[dgram: Datagram]

Datagram decoded on a connection channel.

idle

[ev: IdleEvent]

Idle emitted on a connection channel.

junkData

[ev: JunkDataEvent]

Junk data received on a connection channel.

packet

[packet: Packet]

Packet decoded on a connection channel.

rawData

[ev: RawDataEvent]

Raw data received on a connection channel.

telegram

[tgram: Telegram]

Telegram decoded on a connection channel.