Skip to content

Home > resol-vbus-core-toolbox > NetConnection

NetConnection class

A Connection using network sockets.

Signature:

typescript
export declare class NetConnection extends Connection

Extends: Connection

Constructors

Constructor

Modifiers

Description

(constructor)(config)

Create new connection.

Properties

Property

Modifiers

Type

Description

netLiveTransceiver

NetLiveTransceiver

The NetLiveTransceiver.

Methods

Method

Modifiers

Description

connect()

Connect this connection.

disconnect()

Disconnect this connection.

getLiveTransceiver()

Get the LiveTransceiver of the underlying connection.