WINSOCK SEND DWORD

Puts a dword (4 bytes) on a TCP stream. Requires a tcp channel with an open connection to work.
The dword parameter must be specified using a Dword type.


SYNTAX
WINSOCK SEND DWORD tcp_channel as Dword, a_dword as Dword

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2