Socket.SepChars Property

Top 

Description

Defines the characters that separate data elements of ASCII data transfers. When sending data, characters are inserted between all data elements. When receiving data, characters delineate the incoming data elements. The special value "whitespace" may be used to match arbitrary whitespace sequences on a Receive, and causes a single space character to separate fields 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:

"whitespace"

 

Syntax

myString1 = mySocket1.SepChars;

 

mySocket1.SepChars = myString1;

 

See also

Socket Object

Interfacing with Sockets Guide