Socket.SocketIsAscii Property

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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