WINSOCK SEND BYTE

Puts a byte on a TCP stream. Requires a tcp channel with an open connection to work.
The byte parameter can be specified using a Byte type, but also with an Integer in the Range 0-255.


SYNTAX
WINSOCK SEND BYTE tcp_channel as Dword, a_byte as Byte

RELATED INFO
WINSOCK command menu
Index

EXAMPLE
Showcase-example 1
Showcase-example 2