allowDatagramBroadcasts | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Set the per-socket flag for whether sending to a broadcast address is allowed |
Introduced | 6.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Command: write to socket, open socket, close socket |
Security | network |
Description | The global property allowDatagramBroadcasts needs to be set to true before sending to a broadcast address (enables the per-socket flag for whether they are allowed). |