Appearance
Home > resol-vbus-core-toolbox > ScriptEngine > pumpOutgoingData
ScriptEngine.pumpOutgoingData() method
Pump outgoing data from a script to the respective connection.
Signature:
typescript
pumpOutgoingData(channel: number, buffer: Uint8Array): void;
Parameters
Parameter | Type | Description |
---|---|---|
channel | number | The channel. |
buffer | Uint8Array | The data to transmit. |
void