Basic TCP Transmission Mode
This transmission mode allows you to specify basic TCP frame data (beginning and ending byte sequences). This allows the source connector to know when a message has been fully received. Destination connectors also use these sequences when sending data outbound.
Item | Name | Default Value | Description |
---|---|---|---|
A | Start of Message Bytes | The bytes before the beginning of the actual message. Only valid hexadecimal characters (0-9, A-F) are allowed. | |
B | End of Message Bytes | The bytes after the end of the actual message. Only valid hexadecimal characters (0-9, A-F) are allowed. If this is not specified, the only way a connector knows whether a message has been received is if the socket timeout is reached or if the remote side closes the socket. |