Skip to content

Home > resol-vbus-core-toolbox > Connection > send

Connection.send() method

Send data over this connection.

Signature:

typescript
send(buffer: Uint8Array): void;

Parameters

Parameter

Type

Description

buffer

Uint8Array

The buffer to send.

**Returns:**

void