Socket Client - Instance & Item setup
The Socket Client allows the user to send messages to servers without a protocol-specific layer on top of the data
Instance
Parameter | Description |
---|---|
Address | The IP address of the Socket Server |
Port |
Port of the Socket Server Default: 1300 |
Timeout |
Timeout in milliseconds Default: 2000 |
Item
Two items are automatically created, when creating a new instance; “Read Socket” and “Write Socket”
Parameter | Description |
---|---|
Command |
Read request command. Only used to send read request where the socket will return back a value |
Delimiter | Message delimiters are the specific predefined characters that are used to define the beginning and end of a message |
Encoding |
Encoding of the message
|