Skip to content

Home > resol-vbus-core-toolbox > Connection

Connection class

A connection to a VBus live data source.

Signature:

typescript
export declare abstract class Connection

Methods

Method

Modifiers

Description

connect()

abstract

Connect to this VBus live data source.

disconnect()

abstract

Disconnect from this VBus live data source.

getLiveTransceiver()

abstract

Get the LiveTransceiver of this connection.

send(buffer)

Send data over this connection.