Socket.RecvTranslation Property

Top 

Description

Valid only for binary data transfer. "swap" is used to swap bytes on received integers and real numbers, required for communications between computer platforms with different endian (see Notes).

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

"none" ( None )

Valid Values:

Value

Label

"swap"

Swap

"none"

None

 

Syntax

myString1 = mySocket1.RecvTranslation;

 

mySocket1.RecvTranslation = myString1;

 

See also

Socket Object

Interfacing with Sockets Guide