Socket.TermChars Property

Top 

Description

Defines the end of an ASCII data string. Character(s) are inserted after the last data element when using with the Send command. Character(s) define the end of a data string when using the Receive command. The special value "whitespace" may be used to match arbitrary whitespace sequences on a Receive, and causes a carriage return and line feed to be added on a Send.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"\r\n"

 

Syntax

myString1 = mySocket1.TermChars;

 

mySocket1.TermChars = myString1;

 

See also

Socket Object

Interfacing with Sockets Guide