Appearance
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 |
---|---|---|---|
[dgram: Datagram] | Datagram decoded on a connection channel. | ||
[ev: IdleEvent] | Idle emitted on a connection channel. | ||
[ev: JunkDataEvent] | Junk data received on a connection channel. | ||
[packet: Packet] | Packet decoded on a connection channel. | ||
[ev: RawDataEvent] | Raw data received on a connection channel. | ||
[tgram: Telegram] | Telegram decoded on a connection channel. |