constructor
Summary
Constructs a new instance of theTCPClient class
Signature
Parameters
_port
- Type:
number
_ip
- Type:
string
magicValue
- Type:
string
_wss
- Type:
boolean
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Constructs a new instance of the TCPClient class
TCPClient class
constructor(_port: number, _ip: string, magicValue: string, _wss: boolean);
numberstringstringboolean