Skip to content

Home > resol-vbus-core-toolbox > NetConnectionCliConfig

NetConnectionCliConfig interface

A net-based connection config using the --host option.

Signature:

typescript
export interface NetConnectionCliConfig

Properties

Property

Modifiers

Type

Description

baudrate

number | undefined

The (assumed) baudrate for timing calculation.

channel

number | undefined

The VBus channel to connect to.

host

string

The hostname.

kind

'net'

The kind.

password

string | undefined

The password to authenticate with.

port

number

The port number.

viaTag

string | undefined

The via tag to connect to.