Appearance
Home > resol-vbus-core-toolbox-scripts > vbusOverTcpEndpoint > VBusOverTcpEndpointService > setPort
vbusOverTcpEndpoint.VBusOverTcpEndpointService.setPort() method
Set the TCP port to listen to.
Signature:
typescript
setPort(port: number): void;Parameters
Parameter | Type | Description |
|---|---|---|
port | number | The TCP port to use. |
void