359
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
.Targetbcast Property
Function:
For the currently selected socket (selection is made
through
) specifies whether this port will be
sending its outgoing UDP datagrams as link-level
broadcasts.
Type:
Enum (no_yes, byte)
Value Range:
0- NO: UDP datagrams will be sent as "normal" packets
1- YES: UDP datagrams will be sent out as link-level
broadcast packets
See Also:
---
Details
This property is only relevant for UDP communications (
=
PL_SOCK_PROTOCOL_UDP). When this property is set to 1- YES the socket will be
sending out all UDP datagrams as broadcasts and incoming datagrams won't cause
port switchover, even if the latter is enabled through the
property.
.Targetinterface Property
Function:
For the currently selected socket (selection is made
through
) selects the network interface
through which an outgoing network connection will be
established.
Type:
Enum (pl_sock_interfaces, byte)
Value Range:
Platform-specific. See the list of pl_sock_interfaces
constants in the platform specifications.
See Also:
Establishing Outgoing Connections
Details
This property is not available on the
platform.
.Targetip Property
Function:
For active opens on the currently selected socket
(selection is made through
) specifies the
target IP to which the socket will attempt to connect to.
For passive opens specifies, in certain cases, the only IP
address from which an incoming connection will be
accepted.
Type:
String.
340
345
345
340
287
134
340