Appearance
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 |
---|---|---|---|
number | undefined | The (assumed) baudrate for timing calculation. | ||
number | undefined | The VBus channel to connect to. | ||
string | The hostname. | ||
'net' | The kind. | ||
string | undefined | The password to authenticate with. | ||
number | The port number. | ||
string | undefined | The via tag to connect to. |