337
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
.Inbandcommands Property
Function:
For the currently selected socket (selection is made
through
) specifies whether inband command
passing is allowed.
Type:
Enum (no_yes, byte)
Value Range:
0- NO (default): inband commands are not allowed.
1- YES: inband commands are allowed.
See Also:
---
Details
Inband commands are messages passed within the TCP data stream. Each
message has to be formatted in a specific way- see the
and
properties.
Inband commands are not possible for UDP communications so this setting is
irrelevant when the
= 1- PL_SOCK_PROTOCOL_UDP. Inband
messaging will work even when redirection (buffer shorting) is enabled for the
socket (see the
method). The program won't be able to change the
value of this property when the socket is not idle (
<> 0-
PL_SSTS_CLOSED).
.Inconenabledmaster Property
Function:
A master switch that globally disables incoming
connection acceptance on all sockets, irregardless of each
socket's individual setup.
Type:
Enum (no_yes, byte)
Value Range:
0- NO: No socket will be allowed to accept an incoming
connection.
1- YES (default): Incoming connections are globally
enabled. Individual socket's behavior and whether it will
accept or reject a particular incoming connection depends
on the setup of this socket.
See Also:
Details
This property can be used to temporarily disable incoming connection acceptance
on all sockets without changing individual setup of each socket.
340
332
331
345
346
358
338
339
335