GetData

This method retrieves the current block of data from a Winsock control.

Syntax

winsock.GetData data

Parameters

winsock
Reference to a Winsock control.
data
Variable where retrieved data will be stored.

Return Value

None.

Remarks

GetData supports only strings and arrays of integers. It is common to use the GetData method with the DataArrival event.