WINSOCK SEND WORD

Puts a word (2 bytes) on a TCP stream. Requires a tcp channel with an open connection to work.
The word parameter can be specified using a Word type, but also with an Integer in the Range 0-65355.


SYNTAX
WINSOCK SEND WORD tcp_channel as Dword, a_word as Word

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2