WINSOCK COPY CHANNEL DATA

You can use this command to copy the data that a channel has received into a memory area that you prepared for.
For example it is convenient to create a memblock with the data length, and then hand over the memblock pointer to the function, such that the memblock gets filled with the channel data.
The data length in bytes can be retrieved by using WINSOCK CHANNEL DATA LEN().
The memblock pointer can be retrieved with the DBPro command GET MEMBLOCK PTR().

SYNTAX
WINSOCK COPY CHANNEL DATA channel as Dword, memory_ptr as Dword

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2