Socket.SocketIsAscii Property

Top 

Description

Type of data transfer, 1 for ASCII or 0 for binary.

 

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:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = mySocket1.SocketIsAscii;

 

mySocket1.SocketIsAscii = myVariable1;

 

See also

Socket Object

Interfacing with Sockets Guide