.acceptbcast Property

Function:

For the currently selected socket (selection is made through sock.num), specifies whether the socket will accept incoming broadcast UDP datagrams.

Type:

Enum (yes_no, byte)

Value Range:

0 — NO (default): will not accept broadcasts.

1 — YES: will accept broadcasts.

See Also:

---


Details

This property is irrelevant for TCP communications (sock.protocol = PL_SOCK_PROTOCOL_TCP).


.acceptbcast Property

Details